<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"><title>Michael Jay Lissner</title><link href="https://michaeljaylissner.com/" rel="alternate"></link><link href="https://michaeljaylissner.com/feeds/tag/citrix" rel="self"></link><id>https://michaeljaylissner.com/</id><updated>2008-06-02T09:44:53-07:00</updated><entry><title>Install Citrix In Ubuntu Hardy Heron</title><link href="https://michaeljaylissner.com/posts/2008/06/02/install-citrix-in-ubuntu-hardy-heron/" rel="alternate"></link><updated>2008-06-02T09:44:53-07:00</updated><author><name>Mike Lissner</name></author><id>tag:michaeljaylissner.com,2008-06-02:posts/2008/06/02/install-citrix-in-ubuntu-hardy-heron/</id><summary type="html">&lt;p&gt;For a while there, I was struggling to get the Citrix client installed on 
my computer. It was frustrating, and I put hours into debugging it, 
and trying to get it to work. In the end, I took a circuitous route, 
installing VirtualBox in Ubuntu, Windows in VirtualBox, Firefox in Windows,
and finally Citrix in&amp;nbsp;Firefox.&lt;/p&gt;
&lt;p&gt;Last week, I took another stab at getting this done, and for some reason it
went very smoothly. To install Citrix in Ubuntu Hardy Heron, begin by 
&lt;a href="http://www.citrix.com/English/ss/downloads/details.asp?downloadId=3323&amp;amp;productId=186&amp;amp;c1=ost1349860#top"&gt;downloading&lt;/a&gt; the Citrix client as a&amp;nbsp;.tar.gz.&lt;/p&gt;
&lt;p&gt;Next, unpack the install file using the terminal by&amp;nbsp;running: &lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;sudo tar xvfz en.linuxx86.tar.gz
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Change into the Citrix directory, and&amp;nbsp;run &lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre&gt;sudo ./setupwfc
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;This will begin the install script. As it proceeds, 
simply allow the default settings, and you should be&amp;nbsp;good.&lt;/p&gt;
&lt;p&gt;The final step is to install the root certificates. To do this, 
attempt to start a Citrix program, and it may fail, 
reporting an error message. In the message, it will tell you what 
certificates it needs installed. Go to &lt;a href="https://www.geotrust.com/resources/root_certificates/index.asp"&gt;this website&lt;/a&gt;, and download the 
certificates the error message informed you that you need by right clicking 
their download links, and selecting &amp;#8220;Save as&amp;#8230;&amp;#8221; Once those are downloaded,
rename their extension so they are .crt files, and move them&amp;nbsp;to &lt;/p&gt;
&lt;p&gt;:::bash&amp;nbsp;/usr/lib/ICAClient/keystore/cacerts&lt;/p&gt;
&lt;p&gt;Restart Firefox, and you should be&amp;nbsp;good.&lt;/p&gt;
&lt;p&gt;Thanks to &lt;a href="http://skarh.wordpress.com/2008/05/20/how-to-citrix-on-ubuntu/"&gt;Skarh&lt;/a&gt; for this how&amp;nbsp;to.&lt;/p&gt;</summary><category term="Linux"></category><category term="ubuntu"></category><category term="citrix"></category></entry></feed>