Citrix Viewer/Receiver on Ubuntu

BTW - this is exactly what I did to make it work on my ChrUbuntu 12.04 machine

Download Ubuntu's version that works:

Run this in Terminal:

sudo dpkg -i icaclient_12.1.0_amd64.deb


This will probably fail, but dpkg will tell you what dependencies are unsatisfied.

No worries.


sudo apt-get install -f


then run this again...

sudo dpkg -i icaclient_12.1.0_amd64.deb
Then run this to do the certificates part
sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
That's it!

Now, wouldn't be a bad idea to give it a reboot and then pop open Chrome and give it a whirl. :-)

Enjoy

Comments

Popular Posts