https://kangaroobyte.com/how-to-install-the-citrix-client-on-ubuntu-22-04-20220516-265/
Install the tar.gz instead
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 - Extract the tar.gz:
tar -zxvf ../icaclient*.tar.gz
- Go to the directory you downloaded it to:
- Start the setup:
- Run the setup:
./setupwfc - In the setup answer 1 to install, accept the default install location then no to GStreamer.
- Once it takes you back to the menu you can select 3 to quit.
- Run the setup:
- You now need to add some additional SSL certificates:
cd ~/ICAClient/linuxx64/keystore/cacertsln -s /usr/share/ca-certificates/mozilla/* .c_rehash .
Comments
Post a Comment