No Citrix Workspace in app store

With so many people working from home at the moment this really should be available. I was recently asked how do i install citrix on Endless and it seems like a basic thing to add support for in this present situation.

The Endless OS is only compatible with Flatpak Applications. At the moment Citrix Workspace doesn’t have a Flatpak version

You can install using the toolbox command. The Toolbox is a tool that offers a familiar RPM based environment for developing and debugging software that runs fully unprivileged using Podman. I recommend reading the toolbox command documentation using the command toolbox --help or github.com/debarshiray/toolbox/tree/master/doc

Create a new toolbox container using the command:

toolbox create

To run the toolbox use the command:

toolbox enter

To install Citrix Workspace use the command:

wget -q https://downloads.citrix.com/16914/ICAClient-rhel-19.12.0.19-0.x86_64.rpm?__gda__=1585232855_157999b5959710ae0dab15fe2e636352
sudo dnf install ICAClient-rhel-19.12.0.19-0.x86_64.rpm

I don’t understand why that couldn’t be packaged into a simple 1 click installer.

Hi!

You could also try Anydesk.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.