Maya x86_64 Citrix 13.0 Receiver installation

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Post Reply
dow4hurst

Maya x86_64 Citrix 13.0 Receiver installation

Post by dow4hurst »

To install the 64 bit version of the Citrix 13.0 Receiver on LinuxMint 13 (Maya) requires the following as of May 2, 2014.

1. Install multiarch libs and one required lib that is also needed:

Code: Select all

sudo apt-get install ia32-libs-multiarch
sudo apt-get install libxerces-c3.1:i386
2. Install a version of the Receiver that has been repaired by the Ubuntu community from Citrix's errors (See help.ubuntu.com/community/CitrixICAClientHowTo webpage, specifically the "Citrix Receiver 13.0 on Ubuntu 13.10 64-bit: section, item #2):

Code: Select all

cd /tmp
git clone https://github.com/CloCkWeRX/citrix-receiver-ubuntu-fixed.git ica_temp
dpkg -b ica_temp icaclient-modified.deb
sudo dpkg -i /tmp/icaclient-modified.deb
3. Setup the Citrix certificates:

Code: Select all

sudo ln -s /usr/share/ca-certificates/mozilla/* /opt/Citrix/ICAClient/keystore/cacerts/
sudo c_rehash /opt/Citrix/ICAClient/keystore/cacerts
4. Run the Citrix configuration manager to see your options:

Code: Select all

/opt/Citrix/ICAClient/util/configmgr &
This worked for me but does install a bunch of 32 bit libs. I was able to connect using Google Chrome to my employer's virtual machine server and run a Windows 7 desktop successfully.
Last edited by dow4hurst on Tue May 06, 2014 11:23 am, edited 1 time in total.
yuanclo

Re: Maya x86_64 Citrix 13.0 Receiver installation

Post by yuanclo »

When I tried to install the Citrix receiver following your instruction, it failed on the following line

git clone https://github.com/CloCkWeRX/citrix-rec ... -fixed.git ica_temp

Please help.
Thanks.

YC
dow4hurst

Re: Maya x86_64 Citrix 13.0 Receiver installation

Post by dow4hurst »

Yuancio,
I believe this is my fault for not using code boxes around the commands. I think your git command failed because the link was truncated and not the full link due to the format of how the commands were displayed. By using the code box in my edited post, you can see the full link for the git command. Sorry about the formatting problem, but this was my first post on LinuxMint forums.
yuanclo

Re: Maya x86_64 Citrix 13.0 Receiver installation

Post by yuanclo »

It works now. Thanks. -yc
Roland
Level 4
Level 4
Posts: 226
Joined: Sun Oct 04, 2009 9:44 am
Location: the Netherlands

Re: Maya x86_64 Citrix 13.0 Receiver installation

Post by Roland »

It does not help me in Mint 17, Cinnamon, 32 bit.

E: can not find ia32-libs-multiarch
E: cannot find git
Post Reply

Return to “Tutorials”