<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>I Can Has Linux? &#187; citrix</title>
	<atom:link href="http://icanhaslinux.com/category/citrix/feed/" rel="self" type="application/rss+xml" />
	<link>http://icanhaslinux.com</link>
	<description>Invisible Patent Infringement!</description>
	<lastBuildDate>Mon, 29 Aug 2011 13:37:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>HOWTO: Install Citrix ICA Client on Ubuntu 8.10 64-bit</title>
		<link>http://icanhaslinux.com/2009/02/02/howto-install-citrix-ica-client-on-ubuntu-810-64-bit/</link>
		<comments>http://icanhaslinux.com/2009/02/02/howto-install-citrix-ica-client-on-ubuntu-810-64-bit/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 16:22:05 +0000</pubDate>
		<dc:creator>LightningCrash</dc:creator>
				<category><![CDATA[citrix]]></category>
		<category><![CDATA[ica]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://icanhaslinux.com/2009/02/02/howto-install-citrix-ica-client-on-ubuntu-810-64-bit/</guid>
		<description><![CDATA[First off, go ahead and install some libraries: sudo apt-get install libxaw7 libmotif3 Go to http://www.citrix.com , click on &#8220;Downloads&#8221;, then click on &#8220;Citrix XenApp&#8221;, then select Linux clients. Download the tarball for Motif in your preferred language. Place it on your Desktop, and open a terminal. cd ~/Desktop mkdir citrix &#38;&#38; mv ./en.linuxx86.tar.gz ./citrix [...]]]></description>
			<content:encoded><![CDATA[<p>First off, go ahead and install some libraries:</p>
<p><code>sudo apt-get install libxaw7 libmotif3</code></p>
<p>Go to http://www.citrix.com , click on &#8220;Downloads&#8221;, then click on &#8220;Citrix XenApp&#8221;, then select Linux clients. Download the tarball for Motif in your preferred language. Place it on your Desktop, and open a terminal.</p>
<p><code>cd ~/Desktop<br />
mkdir citrix &amp;&amp; mv ./en.linuxx86.tar.gz ./citrix &amp;&amp; cd ./citrix<br />
tar xvzf en.linuxx86.tar.gz</code></p>
<p>sudo ./setupwfc</p>
<p>The install prompts should accept default input.</p>
<p>Now we&#8217;re going to need to go grab a 32-bit copy of libmotif3. Click <a href="http://packages.ubuntu.com/intrepid/i386/libmotif3/download">here</a> and select a mirror. Download the file to your Desktop.</p>
<p>Open up a terminal again, we&#8217;re going to pluck out the 32-bit motif libraries that we need.<br />
<code>cd ~/Desktop<br />
mkdir motif<br />
mv libmotif* ./motif/ &amp;&amp; cd ./motif<br />
ar -x ./libmotif*<br />
tar xvzf data.tar.gz<br />
cd ./usr/lib/<br />
cp * /usr/lib32/</code></p>
<p>Now go on and run <em>wfcmgr</em>!</p>
<p><a href="http://icanhaslinux.com/wp-content/uploads/2009/02/citrixon64.png" title="Citrix ICA Client running on Ubuntu 8.10 64-bit"><img src="http://icanhaslinux.com/wp-content/uploads/2009/02/citrixon64.png" alt="Citrix ICA Client running on Ubuntu 8.10 64-bit" /></a></p>
<p>Ta-da!</p>
<p>-LightningCrash</p>
]]></content:encoded>
			<wfw:commentRss>http://icanhaslinux.com/2009/02/02/howto-install-citrix-ica-client-on-ubuntu-810-64-bit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

