Install Citrix Workspace on Ubuntu

From Micylou WIKI
This is the latest revision of this page; it has no approved revision.
Jump to navigation Jump to search
Source: DataSource
Language: English
Topic: Linux
SubTopic: Citrix
Last Edit By: DochyJP
LastEdit: 2022-02-10
Document type: Documentation
Status: Active
Access: free

Download this page as PDF

The Citrix receiver has been replaced with Citrix workspace app. You can download the new app from one of the citrix website, like https://www.citrix.com/en-au/downloads/workspace-app/linux/workspace-app-for-linux-latest.html

Download the workspace app debian package. For some reason, the software installer can not open the file.

Find the .deb package on your disk :

$ ls icaclient_xx.yy.0.zzz_amd64.deb 

Make sure you search the right version !

In the terminal, go to the folder containing the file and use the dpkg command to install the package:

$ sudo dpkg -i icaclient_xx.yy.0.z_amd64.deb

That's it, package is installed.