Howto Install Citrix 9 Under Ubuntu Edgy Eft 6.10
Posted by Planet Malaysia on January 18, 2007
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:
- How to add Dell PERC Drivers into VMware Converter Cold Clone ISO
- Top 10 Free Anti Virus
- How to Install Webmin on OpenFiler
- Microsoft SQL 2008 Agent not starts
- VMware Workstation 7 Serial Key
Comments
9 Responses to “Howto Install Citrix 9 Under Ubuntu Edgy Eft 6.10”
Leave a Reply
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…
Hi Hsuanyeh Chang, I have no problem with Citrix version 9 or version 10(tested today) in my Ubuntu 6.10 box.
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.
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
My company use a lot of Citrix applicaitons, and we use Red Hat here, no problem at all!
[...] 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 [...]
How to Install Citrix ICAClient 10 on Ubuntu 7.04 Feisty Fawn –> http://www.planetmy.com/blog/?p=332
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 …
uhh, linuxer ehh…
keep up the good work.