This is a tutorial on how to install Citrixclient on Debian GNU/Linux :
1. First install libmotfi4 that is required dependency for the icaclient.
To install the libmotif execute the following command :
sudo apt-get install libmotif4 ;
2. Now, download the latest copy of citrix receiver from here. As we are installing on Debian we need to download deb file.
3. Now, go to the directory where citrix installer is downloaded and execute the following command :
sudo dpkg -i icaclient* ;
4. Once the installation is complete execute the following command to add the list of certifying authorities names by executing following command :
cd /opt/Citrix/ICAClient/keystore
sudo mv cacerts cacerts.orig
sudo ln -s /usr/share/ca-certificates/mozilla cacerts