Difference between revisions of "Citrix client on Linux"

From Klaus' wiki
Jump to: navigation, search
(Created page with 'To install the Citrix client on Linux download the version from Kaj's links on the citrixweb interface. Unpack the tar-ball in a temporary directory. Change to citrix directory…')
 
 
Line 5: Line 5:
 
Change to citrix directory and execute the setupwfg file.
 
Change to citrix directory and execute the setupwfg file.
  
Find ThawteRoot.crt file on another installation and drop it in ~/ICAClient/linuxx86/keystore/cacerts if that's where the client software was installed (the default path).
+
Get the ThawteRoot.crt from this archive [[file: ThawteRoot.crt.tar.gz‎]] and drop it in ~/ICAClient/linuxx86/keystore/cacerts if that's where the client software was installed (the default path).
  
 +
<source lang="bash">
 
yum install openmotif as root
 
yum install openmotif as root
 +
</source>
  
 
On 64 bit Centos also install libXaw.i386
 
On 64 bit Centos also install libXaw.i386

Latest revision as of 15:57, 27 August 2010

To install the Citrix client on Linux download the version from Kaj's links on the citrixweb interface.

Unpack the tar-ball in a temporary directory.

Change to citrix directory and execute the setupwfg file.

Get the ThawteRoot.crt from this archive File:ThawteRoot.crt.tar.gz and drop it in ~/ICAClient/linuxx86/keystore/cacerts if that's where the client software was installed (the default path).

yum install openmotif as root

On 64 bit Centos also install libXaw.i386