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.







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