Installing Citrix on Fedora 16

The steps involved in getting Citrix installed on Fedora 16 are not that much different to the steps involved in Fedora 14. The major difference is that it is now called Receiver for Linux 12.0 and not ICAClient, Citrix Linux client. As of now you can find the product page here. Once you download the file click on it in Dolphin and the application manager will install it.

yum install --nogpgcheck ./ICAClient-12.0.0-0.i386.rpm

The location of the application has also changed to /opt/Citrix/ICAClient/wfica.

I ran into more problems with missing libraries

# ldd /opt/Citrix/ICAClient/wfica | grep -i "not found"
        libasound.so.2 => not found

Which I installed using the command

yum install libasound.so.2

I didn’t have any of the usual certificate issue this time.

This entry was posted in citrix, General. Bookmark the permalink.

One Response to Installing Citrix on Fedora 16

  1. Dave says:

    Thanks for this information, my switch from the windows world becomes easier every day.

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">