sexta-feira, 21 de novembro de 2014

HOW TO INSTALL CITRIX RECEIVER FOR UBUNTU/DEBIAN/FEDORA/ETC FOR X64

Tested on:
debian 7, kali linux 1.x and ubuntu 14.04

Do the download of  " citrix receiver for linux" by the way :
http://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-131.html

After the download file .deb for example take this command and insert of your terminal:

#dpkg --add-architecture i386

#apt-get install ia32-libs ia32-libs-i386 libglib2.0-0:i386 libgtk2.0-0:i386

OBS.: If do you have some error after this last command line, execute after :

#dpkg --add-architecture i386
#apt-get update
#apt-get install ia32-libs

...wait the update finish and the ia32-libs instalation.. (hold on)
Start the same command line again:

#apt-get install ia32-libs ia32-libs-i386 libglib2.0-0:i386 libgtk2.0-0:i386

#dpkg --force-all --install icaclient_13.0.0.256735_amd64.deb

#ldd /opt/Citrix/ICAClient/wfica

#cp --verbose /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/

or you can do that:

sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts/
 
and after:
 
/opt/Citrix/ICAClient/util/configmgr &  
 

So, now try to open the citrix session, my session is by citrix appliance:

In this case, any system by citrix will open normal,

Obs. if is necessary do a update of your web browser for example, normaly in this process is necessary and automatical citrix uninstall, but after update your brownser, execute the same procedure to go back to work fine the citrix session.

FOR REMOVE CITRIX RECEIVER EXECUTE THIS COMMAND:

sudo dpkg -P icaclient
In some case, we had this problem:


At the time Firefox had removed the option to export certificates but fortunately it has bee restored.

Firefox F10 > Edit > Preferences > Advanced > Certificates > View Certificates

Scroll down and click on “GlobalSign Root CA” (under GlobalSign nv-sa), and then press Export.




Then copy it into the correct directory.
sudo cp ~/tmp/cert/GlobalSignRootCA.crt /opt/Citrix/ICAClient/keystore/cacerts/


source:

http://unix.stackexchange.com/questions/110295/installing-citrix-receiver-on-64bit-debian-wheezy
http://superuser.com/questions/714375/how-do-i-install-citrix-ica-client-receiver-13-on-debian-64-bit-linux

http://kenfallon.com/citrix-ssl-error-61-globalsign-root-ca/

Nenhum comentário:

Postar um comentário