Howto Install Citrix 9 Under Ubuntu Edgy Eft 6.10
Tags: Citrix, icaclient, Linux, Open Source, Opensuse, ubuntu
A step by step “How to install Citrix 9 under Ubuntu Edgy Eft 6.10“.

- First download Citrix 9.0 client for Linux (in RPM version) here
- Install dependecies libraries
- Convert .rpm to .deb using alien command
- Install newly created icaclient_9.0-2_i386.deb file
- Copy Citrix over plugin for Firefox/Mozilla
- You may have to do the following if using older Citrix Server
- Configure [tag]ICAClient[/tag]
- Goto the Tools menu and choose settings
- Select Server Location from the selection bar
- Goto Network Protocol selection bar and change it to TCP/IP and click the Apply button.
- Remember change .ICAClient permission before launch any Citrix ICA Client
$sudo apt-get install libxaw6 libmotif3
user1@planetmy:~$sudo apt-get install alien
user1@planetmy:~$sudo alien ICAClient-9.0-1.i386.rpm
user1@planetmy:~$sudo dpkg -i icaclient_9.0-2_i386.deb
user1@planetmy:~$sudo ln -s /usr/lib/ICAClient/npica.so
/usr/lib/mozilla/plugins/npica.so
user1@planetmy:~$sudo ln -s /usr/lib/ICAClient/npica.so
/usr/lib/mozilla-firefox/plugins/npica.so
user1@planetmy:~$sudo /usr/lib/ICAClient/wfcmgr -icaroot
/usr/lib/ICAClient

user1@planetmy:~$sudo chown -R user1.user1
/home/user1/.ICAClient/
By the way, I still have problem using OpenSUSE 10.2 64 bit with Citrix ICA Client. The error messages is: Failed Dependency: libXm.so.3 is needed by package ICA Client.
Read related articles:
1. Citrix ICA Client for Unix 9.x
2. Install Citrix 9 Under Breezy
3. How to Install Citrix ICAClient 10 on Ubuntu 7.04 Feisty Fawn
Possibly Related Posts:
- RSS Feed Submissions
- Geo Positions
- Interesting about Google Suggest
- Setup a Linux Highly Availability NFS servers
- How to find empty folders on Linux

February 27th, 2007 at 11:04 am
Cann’t find Citrix 9.x anymore. Do you have an idea how to isntall Citrix 10.0 on ubuntu 6.10? I tried to follow your same steps for citrix 9.x but it didn’t work…
February 27th, 2007 at 10:53 pm
Hi Hsuanyeh Chang, I have no problem with Citrix version 9 or version 10(tested today) in my Ubuntu 6.10 box.
February 28th, 2007 at 9:22 pm
Hi, I’ve successfully installed Citrix 10.0 to my ubuntu 6.10 edgy box. But the problem is, my Firefox could not start the ICAClient as expected. I believe there must be some plug-in problems. Can you advise? Thanks.
March 2nd, 2007 at 10:55 pm
Hsuanyeh, please type “xset fp rehash” before start any Citrix application. You may refer to http://support.citrix.com/forums/thread.jspa?forumID=16&threadID=86630
March 6th, 2007 at 1:14 am
My company use a lot of Citrix applicaitons, and we use Red Hat here, no problem at all!
April 28th, 2007 at 6:18 am
[...] Enter /usr/lib/wfica to open your application Gongratulations! You’re done! Read related articles: 1. Citrix ICA Client for Unix 9.x 2. Install Citrix 9 Under Breezy 3. How to install Citrix 9 under Ubuntu Edgy 4. Using Citrix Client 10.0 - help, anyone have this working (How-to) 5. Citrix ICA Client How-To for Linux 6. Citrix ICAClient 10 on Ubuntu 7.04 [...]
May 4th, 2007 at 12:45 pm
How to Install Citrix ICAClient 10 on Ubuntu 7.04 Feisty Fawn –> http://www.planetmy.com/blog/?p=332
February 26th, 2008 at 4:32 pm
http://bin-false.org/?p=13
Hi … u need to make a soft link using ln command as stated in the above site….
sudo ln -s /usr/X11R6/lib/libXm.so.3.0.2 /usr/lib/libXm.so.3
Once u have done that … it should work as expected …