Linux citrix receiver install

How do I install Citrix receiver?

There is only an i386 build of citrix receiver and it needs the 32 bit libmotif4 library. It fails the dependency when you only have the 64 bit present. Though, as you said maybe I’m doing something wrong.

6 Answers 6

How to install Citrix receiver on Ubuntu 14.04 and 16.04

  1. Go to the Citrix receiver for Linux download page and download the Debian full package. The filename will look like this: icaclient_13.3.0.344519_amd64.deb .
  2. Open and install the package using the Software Center or gdebi .

How to add Google Chrome support

You can open Citrix receiver apps by clicking a link in your browser. You don’t need an extension for that.

Just click on the app shortcut in Google Chrome and download the .ica file. When it is downloaded, click the arrow next to the filename in the bottom bar of Chrome and choose «always open files of this type».

That’s it! Next time you click on a Citrix app, it will be started automatically.

How to add firefox support

In Firefox, go to Tools -> Add-ons -> Plugins, and make sure the «Citrix Receiver for Linux» plugin is set to «Always Activate».

How to solve SSL error 61

This error happens because Citrix receiver doesn’t trust enough certificates. You fix this by adding all the certificates Firefox trusts to Citrix. Just open a terminal and execute the following command.

sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts 

(outdated) sources

The official documentation works, though I’m disappointed I can’t use the .deb Citrix provides. I do realize that’s not an Ubuntu issue, however. I hope Citrix gets their 64 bit release out.

for 17.10 use these instructions: askubuntu.com/questions/302188/… to add the right certificate. Obviously they have provided a .deb file for some time now.

They now provide a 64-bit version of the .deb package. Unfortunately, the 64-bit package checks if the system is a 32-bit system. Obviously, the check fails.

I’ve modified the package to properly check for 64-bit system (and 32-bit actually for no reason really).

It was literally a one character change to postinst . Hope this helps somebody.

Oh, please note that you will still need to copy or link to your certs directory.

The detailed guide on install and usage of Citrix Workspace app in Linux I have explained in my blog below which Tested in 20.04 LTS, 20.10, Fedora 32, Fedora 33

Читайте также:  Перезагрузка сетевых интерфейсов linux centos

However, here is a summary of the steps.

Install Citrix Workspace App for Fedora, Red Hat, and Other .rpm based distributions

Download the below .rpm package for 64-bit systems. Go to the below link. Click on RPM Packages, then Red Hat Full Package (self-service support). Then click on Download file under “Citrix Workspace app for Linux (x86_64)”

Open the .rpm package via Software or any package manager for installation. All the dependencies should already be present in your current system.

Install Citrix Workspace App for Ubuntu, Linux Mint, and Other Debian based distributions

Download the below .deb package for 64-bit systems. Go to the below link. Click on Debian Packages, then Full Package (self service support). Then click on Download file under “Citrix Workspace app for Linux (x86_64)”

Open the .deb package via Software or any package manager for installation. All the dependencies should already be present in your current system.

After installation, you can visit your Citrix VM page and log in via browser. The .ICA file association would be taken care of by the installer.

Источник

How to Install Citrix Receiver Ubuntu Client

Have you ever tried to access Citrix applications from Ubuntu PC? Is it possible? Yes! Citrix has a Workspace application (previously the Citrix Receiver Ubuntu client) for Linux Ubuntu, where you can access Citrix resources.

In this tutorial, you’ll learn how to install the Citrix Workspace application and access Citrix applications both via a web browser and the Citrix Workspace app directly.

Prerequisites

This tutorial will be a hands-on demonstration. If you’d like to follow along, be sure you have the following:

  • A fully configured Citrix site joined to Active Directory – This tutorial demonstrates a local environment reachable at the https://storefront.homelab.local URL to connect to the Citrix environment. Your Citrix site may be located at a different URL.
  • Linux Ubuntu PC with version 18 or later – This tutorial uses Ubuntu 20.04.3 LTS version.
  • Active Directory (AD) user account – This tutorial uses an AD account named user01 for accessing Citrix applications.

Downloading and Installing the Citrix Receiver Ubuntu Client (Citrix Workspace App)

Initially, when Citrix came up with software to access Citrix applications, they named it Citrix Receiver. But in the newer versions, they renamed Citrix Receiver to Citrix Workspace and added new features.

To access Citrix applications on a Citrix site, download and install the Citrix Workspace application first on your PC.

1. On your favorite browser, navigate to the Citrix Downloads page.

2. Scroll down to the Available Downloads section and click on Debian Packages → Full packages (Self-Service Support) option.

3. Under the Citrix Workspace app for Linux (x86_64) section, click on the Download file button. Doing so allows you to download the Citrix Workspace deb file to your PC.

If you have a 32-bit OS version, click on the Download file button under the Citrix Workspace app for Linux (x86) section instead.

Downloading the Citrix Workspace app for Linux (64-bit)

4. Now open your terminal and run the commands below to navigate to the folder where you downloaded the Citrix Workspace app and install it. Enter your sudo password, if not running as the root user (recommended to not run as root), and hit enter to install the Citrix Workspace application on your PC.

Citrix applies fixes for any identified issues and adds new features in new releases, so be sure to enter the correct version of the app that you downloaded when you run the commands below.

# Use cd to change to the directory where the Citrix Workspace application downloaded cd Downloads/ # Install the Citrix Workspace app with the dpkg command sudo dpkg -i icaclient_21.8.0.40_amd64.deb

5. Select either yes or no for the app protection option shown below based on your Citrix site’s configuration in the pop-up window. With app protection policies, Citrix Workspace protects your data from keylogging and screenshot capturing.

Читайте также:  Linux настроить сетевой принтер

For this tutorial, select no as there are no keylogging or screenshot capturing features enabled in the Citrix site used in this tutorial. Select Ok and hit the space bar.

Selecting yes installs the files needed for keylogging and screenshot capturing, which Citrix admins can enable or disable in the future when needed.

Confirming App Protection Component Installation

Below, you can see the completed Citrix Workspace app installation.

Installing Citrix Workspace app

Accessing Citrix Applications Through a Web Browser

There are different ways you can access Citrix applications and desktops you have access to but first focus on accessing Citrix applications via web browser first.

1. On your web browser, navigate to your company’s Citrix URL. This tutorial uses the https://storefront.homelab.local URL to access the Citrix applications. Click on the Detect Receiver button to start the Citrix Receiver software detection process.

Displaying Detect Receiver option

2. In the popup window, check the Always allow Citrix URL to open receiver links box to ensure all Citrix resources open the application you choose without any prompt. Click Choose Application to choose the default application to use when accessing all Citrix URLs in the future.

Allowing Citrix Site to Open Receiver Link

3. Now select the Citrix Workspace Launcher from the list shown below, and check the box which says Always use this application to open receiver links. As a result, each time you access a Citrix URL, the Citrix Workspace Launcher detects whether Citrix Workspace is installed on your PC or not.

Click Open Link to open the https://storefront.homelab.local link on your web browser.

Choosing Default Application to Open Receiver Links

If the browser doesn’t start the Workspace app detection, click on the Already installed link, as shown below.

Confirming Citrix Workspace App is Already Installed

4. After the Workspace app detection is complete, log on to the Workspace app, as shown below. Enter your Active Directory credentials, homelab\user01 in this example, and click Log On.

Читайте также:  Разбиение дискового пространства linux

Logging in to Citrix Site

5. In the Citrix Workspace app, click the APPS menu item to see all available applications and desktops. In this example shown below, user01 has access to four Citrix applications.

Viewing Available Citrix Applications

6. Now click on an application to launch it, in this example, the Calculator.

If you are shown a prompt like the one below, make sure you select Citrix Workspace Engine. Enable the Do this automatically for files like this from now on option, and click OK. Doing so tells your browser to open Citrix applications via Citrix Workspace Engine by default.

Selecting Default Application to Launch Citrix Applications

7. Finally, click on Accept to agree on the end-user license agreement (EULA), and the Citrix application (Calculator) will open.

Accepting the EULA is a one-time process when you open a Citrix application for the first time.

Accepting End User License Agreement

Accessing Citrix Apps within the Citrix Workspace App

You’ve seen how to launch Citrix applications through a web browser so far. But next look at how to access Citrix applications via the Citrix Workspace application directly.

1. In your Ubuntu PC, search Workspace and click on the Citrix Workspace application.

Accessing the Citrix Workspace application.

2. On the pop-up window, enter your Citrix URL and click on Add. This tutorial uses the http://storefront.homelab.local URL.

If you end up in a certificate issue with an SSL error when you enter your company’s Citrix URL, follow the steps given in the KnowCitrix.com article.

Adding Citrix URL to the Citrix Workspace application.

3. Now enter your Active Directory username and password and click Log On.

Logging in to the Citrix Workspace application.

Like accessing Citrix Workspace through a web browser, you’ll see all the applications and desktops you have access to, as shown below.

Displaying applications after logging into Citrix URL

Uninstalling the Citrix Workspace App

If the Citrix Workspace app doesn’t serve a purpose anymore, just uninstall it from your PC. Uninstalling the Citrix Workspace app is the same as uninstalling any other software on Ubuntu PC.

Run the below command on your terminal to remove icaclient (Citrix Workspace) from your PC. The -y flag tells the command to accept any prompts automatically when you run the command. Enter your admin password when prompted to proceed with running the command.

sudo apt-get remove icaclient -y

Perhaps you want to remove leftover files along with the Citrix Workspace app. If so, then replace the remove option with the purge option, like so: sudo apt-get purge icaclient -y

Conclusion

In this tutorial, you’ve learned how to install and properly launch Citrix applications both via web browser and the Citrix Workspace Ubuntu client (previously the Citrix Receiver Ubuntu client) application directly.

Out of the two ways, would you turn to a web browser or the Citrix Workspace app to access your Citrix resources?

Hate ads? Want to support the writer? Get many of our tutorials packaged as an ATA Guidebook.

Источник

Оцените статью
Adblock
detector