Skip to content

Instantly share code, notes, and snippets.

How to install the Citrix client on Ubuntu 22.04

You’ll need to be familiar with the terminal and basic commands. You will not need root access to install this.

From the Citrix Workspace download page in the ‘tarball package’ section download the latest x86_64 tar.gz. Open a terminal Get ready to install it: Go to the directory you downloaded it to: cd Downloads (or whatever directory you downloaded it to). Make a temporary directory: mkdir icaclient Go to that directory: cd icaclient