Howto Install Citrix 9 Under Ubuntu Edgy Eft 6.10

Tags: , , , , ,

A step by step “How to install Citrix 9 under Ubuntu Edgy Eft 6.10“.

Citrix

  • First download Citrix 9.0 client for Linux (in RPM version) here
  • Install dependecies libraries
  • $sudo apt-get install libxaw6 libmotif3

  • Convert .rpm to .deb using alien command
  • user1@planetmy:~$sudo apt-get install alien

    user1@planetmy:~$sudo alien ICAClient-9.0-1.i386.rpm

  • Install newly created icaclient_9.0-2_i386.deb file
  • user1@planetmy:~$sudo dpkg -i icaclient_9.0-2_i386.deb

  • Copy Citrix over plugin for Firefox/Mozilla
  • 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

  • You may have to do the following if using older Citrix Server
  • Configure [tag]ICAClient[/tag]
  • user1@planetmy:~$sudo /usr/lib/ICAClient/wfcmgr -icaroot
    /usr/lib/ICAClient

  • Goto the Tools menu and choose settings
  • Citrix

  • 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
  • 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:


8 Responses to “Howto Install Citrix 9 Under Ubuntu Edgy Eft 6.10”

  1. Hsuanyeh Chang Says:

    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…

  2. Planet Malaysia Says:

    Hi Hsuanyeh Chang, I have no problem with Citrix version 9 or version 10(tested today) in my Ubuntu 6.10 box.

  3. Hsuanyeh Says:

    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.

  4. Planet Malaysia Says:

    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

  5. mika Says:

    My company use a lot of Citrix applicaitons, and we use Red Hat here, no problem at all!

  6. Planet Malaysia Blog - » How to Install Citrix 10 ICAClient under Ubuntu 7.04 Feisty Fawn Says:

    [...] 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 [...]

  7. Planet Malaysia Says:

    How to Install Citrix ICAClient 10 on Ubuntu 7.04 Feisty Fawn –> http://www.planetmy.com/blog/?p=332

  8. man_one Says:

    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 …

Leave a Reply