[How To] Install Citrix Client on Ubuntu 13.04

If you have installed Citrix client on Ubuntu 12.10 , the same procedure will work for Ubuntu 13.04. I followed the Ubuntu help page written for Ubuntu 12.10. You can find the link here.  
First, I downloaded the unofficial version, compiled  by Ubuntu devs rather than from the Citrix website. There have been reports that the official client is broken and needs to be fixed manually. To avoid all that extra work, I downloaded the unofficial package from here
Do remember that before installing the icaclient, you should install Openmotif and curl and ia32-libs.
sudo apt-get install libmotif4 flashplugin-installer curl nspluginwrapper ia32-libs libmotif4:i386

Then install the icaclient.

sudo dpkg -i $HOME/Downloads/icaclient_12.1.0_amd64.deb 

I did get a seg fault, but that did not affect my login after installation. After installation, I added the certificates from the mozilla folder as described in the wiki.
sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
That’s all. I opened up the browser, and typed in my address. I was able to login. 

Leave a Reply

tuxtrixmod
Scroll to Top