I’ve had to install Citrix on Linux several times, and there were too many things to remember. Here’s a concise list for Ubuntu:
Adapted from:
http://www.ubuntuforums.org/archive/index.php/t-85398.html
sudo apt-get install libxaw6 libmotif3
sudo ln -s /usr/X11R6/lib/libXm.so.3 /usr/lib/libXm.so.3
sudo apt-get install alien
from a browser, download rpm version at:
http://www.citrix.com/site/SS/downloads/details.asp?dID=2755&downloadID=3323#top
(choose Save to disk)
cd to the download location:
cd Desktop
sudo alien ICAClient-9.0-1.i386.rpm
sudo dpkg -i icaclient_9.0-2_i386.deb
sudo ln -s /usr/lib/ICAClient/npica.so /usr/lib/mozilla/plugins/npica.so
sudo ln -s /usr/lib/ICAClient/npica.so /usr/lib/mozilla-firefox/plugins/npica.so




October 28, 2006 at 7:38 am |
[...] I had to reinstall Citrix and followed the instructions here http://keystoneit.wordpress.com/2006/03/21/citrix-client-install-for-ubuntu/ [...]
November 12, 2006 at 12:49 pm |
[...] I have found this extremely interesting HOW-TO install the Citrix ICA Client on Kubuntu. I followed these steps to the “T” and it works great on Edgy. Also, credit where credit is due, I found this information here. [...]
November 19, 2006 at 5:18 am |
[...] Adapted from http://keystoneit.wordpress.com/2006/03/21/citrix-client-install-for-ubuntu/ and http://ubuntuforums.org/archive/index.php/t-85398.html [...]
July 3, 2008 at 3:21 pm |
I am wondering if you can please help me…I followed all of the steps above but on the last step I got the following error…
demo@demo-laptop:~/Desktop$ sudo ln -s /usr/lib/ICAClient/npica.so /usr/lib/mozilla-firefox/plugins/npica.so
ln: creating symbolic link `/usr/lib/mozilla-firefox/plugins/npica.so’: No such file or directory
demo@demo-laptop:~/Desktop$
This is a WUBI install of Edubuntu. Thank you.
March 26, 2009 at 4:57 am |
Hi — I’ve followed the instructions above, and got the same error as bharper above, but I’m guessing that that isn’t really a problem?
My main problem is that when I try to logon to the Citrix Server, I get the following error message in a dialog at the top of the screen:
Client Configuration Manager: Could not find the file named (/usr/lib/ICAClient/config/module.ini).
Please check your installation, or contact your administrator.
The file indeed does not exist, but the directory that it should be in does.
When I followed the instructions, I varied from them in that I already had libxaw7, so didn’t install libxaw6 as it didn’t appear in the list in synaptic. Also the /usr/lib/libXm.so.3 seemed to be in place, but the original file that you link to wasn’t (not even the directory), so I left it alone.
Would you be able to advise me further as to where I may find information to fix this?
Thanks, Doug.