Tagged as: citrix linux

Citrix Receiver works well on Linux, particularly on Linux Mint 17 or above. Follow these easy steps to get set up today:

  1. Ensure that you have installed Linux Mint 17 or above and have sudo access (you have this by default).
  2. Visit the downloads page to download the appropriate receiver. Make sure to download the correct version of the client for your system architecture. If you're not sure, see these instructions.
  3. Run these commands in your downloads folder:
    sudo dpkg -i icaclient*.deb
    sudo apt-get update
    sudo apt-get -f install
    sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
    

Now you're done and you should be able to run the client normally.

The last step is important because Citrix does not search out the CA root certificates on its own, and without it there could be a certificate error, which would prevent you from logging in.