Most of it is from here: https://help.ubuntu.com/community/CitrixICAClientHowTo
Using this commands was able to install on an ASUS T100TAF runnung lubuntu 16.04
What I did was
1) Install chrome, that is easy. Go here https://www.google.com/chrome/browser/features.html then click download and it does this automatically, you'll just need to select what package you want that for ubbuntu 16.04 64 bit it will say 64 bit .deb (For Debian/Ubuntu)
2) Download this package, should be as the figure shows 64 bit version:
from here: https://www.citrix.com/downloads/citrix-receiver/legacy-receiver-for-linux/receiver-for-linux-13-2.html
Then open a terminal and type these commands (you could copy paste)
1 sudo dpkg --add-architecture i386
2 sudo apt-get update
3 sudo dpkg -i ~/Downloads/icaclient_*.deb
4 sudo apt-get -f install
5 sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
6 sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts/
7 /opt/Citrix/ICAClient/util/configmgr &
8 xdg-mime default wfica.desktop application/x-ica
last line will ask you answer yes and that is ti done
No comments:
Post a Comment