Tuesday, October 11, 2016

Install Citrix receiver on Fedora

Citrix Workspace app 1910 for Linux


Download und install
https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html

sudo dnf install ~/Downloads/ICAClientWeb-rhel-19.10.0.15-0.x86_64.rpm 
sudo dnf install gtk-murrine-engine libidn1.34

cp /usr/share/applications/wfica.desktop ~/.local/share/applications/

sed -i  's/^Exec=/Exec=env LD_PRELOAD="\/lib64\/libcrypto.so.1.0.2o" /g' ~/.local/share/applications/wfica.desktop




Download latest Citrix reciever from Citrix web - decommissioned

https://www.citrix.com/downloads/citrix-receiver/linux/receiver-for-linux-latest.html

Install Citrix Receiver

[root@linux ~]# dnf info ICAClient
Last metadata expiration check: 1:56:02 ago on Tue Oct 11 14:24:35 2016.
Installed Packages
Name        : ICAClient
Arch        : x86_64
Epoch       : 0
Version     : 13.4.0.10109380
Release     : 0
Size        : 45 M
Repo        : @System
From repo   : @commandline
Summary     : Citrix Receiver for Linux
URL         : http://www.citrix.com/
License     : Commercial
Description : Citrix Receiver lets you access your enterprise files, applications, and
            : desktops from your favorite device wherever you are. Just ask your IT
            : department how to get started.


If you see SSL error on connection attemt
https://newspaint.wordpress.com/2015/10/05/linux-citrix-receiver-ssl-error-addtrust-external-ca-root/

Extract  AddTrustExternalCARoot from Firefox -> Preferences -> Advanced -> Certificates -> CA certs ->
Export CA cert AddTrustExternalCARoot to disk

Or download CA certificate from Comodo
https://support.comodo.com/index.php?/Knowledgebase/Article/View/853/74/addtrustexternalcaroot

Copy CA certificate into Citrix installation

[root@linux ~]# cp AddTrustExternalCARoot.crt /opt/Citrix/ICAClient/keystore/cacerts/


Use Google Chrome to connect

No comments:

Post a Comment