<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Install Thunderbird 3 on Ubuntu</title>
	<atom:link href="http://www.detector-pro.com/2009/12/install-thunderbird-3-on-ubuntu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.detector-pro.com/2009/12/install-thunderbird-3-on-ubuntu.html</link>
	<description>Technology Magazine</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:20:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: judzz</title>
		<link>http://www.detector-pro.com/2009/12/install-thunderbird-3-on-ubuntu.html/comment-page-1#comment-740</link>
		<dc:creator>judzz</dc:creator>
		<pubDate>Sun, 14 Feb 2010 19:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/detectorpro/?p=1013#comment-740</guid>
		<description>Hi Hassan&lt;br /&gt;&lt;br /&gt;Make sure no other installations are running at the same time (like Synaptic Package manager or Ubuntu update).&lt;br /&gt;&lt;br /&gt;Hope this helps&lt;br /&gt;&lt;br /&gt;Judy</description>
		<content:encoded><![CDATA[<p>Hi Hassan</p>
<p>Make sure no other installations are running at the same time (like Synaptic Package manager or Ubuntu update).</p>
<p>Hope this helps</p>
<p>Judy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hassankelly</title>
		<link>http://www.detector-pro.com/2009/12/install-thunderbird-3-on-ubuntu.html/comment-page-1#comment-741</link>
		<dc:creator>hassankelly</dc:creator>
		<pubDate>Thu, 28 Jan 2010 08:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/detectorpro/?p=1013#comment-741</guid>
		<description>hey i pasted the code and it did everything but at the end it said:&quot; E: Could not get lock /var/cache/apt/archives/lock - open (11: Resource temporarily unavailable)&lt;br /&gt;E: Unable to lock the download directory&quot;&lt;br /&gt;what do i do?</description>
		<content:encoded><![CDATA[<p>hey i pasted the code and it did everything but at the end it said:&quot; E: Could not get lock /var/cache/apt/archives/lock &#8211; open (11: Resource temporarily unavailable)<br />E: Unable to lock the download directory&quot;<br />what do i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vig</title>
		<link>http://www.detector-pro.com/2009/12/install-thunderbird-3-on-ubuntu.html/comment-page-1#comment-742</link>
		<dc:creator>Vig</dc:creator>
		<pubDate>Sat, 02 Jan 2010 10:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/detectorpro/?p=1013#comment-742</guid>
		<description>How exactly would I undo the above command? I kinda stuffed up Thunderbird, and it doesn&#039;t work whenever I click it. The only way for me to open it is by typing in &quot;mozilla-thunderbird&quot; into the command line</description>
		<content:encoded><![CDATA[<p>How exactly would I undo the above command? I kinda stuffed up Thunderbird, and it doesn&#39;t work whenever I click it. The only way for me to open it is by typing in &quot;mozilla-thunderbird&quot; into the command line</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iWacth</title>
		<link>http://www.detector-pro.com/2009/12/install-thunderbird-3-on-ubuntu.html/comment-page-1#comment-743</link>
		<dc:creator>iWacth</dc:creator>
		<pubDate>Mon, 14 Dec 2009 17:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/detectorpro/?p=1013#comment-743</guid>
		<description>Cool software, i also use thunderbird 3 on Windows. I don&#039;t use ubuntu, but from your post i whink it&#039;s complicated to install a software on ubuntu isn&#039;t it?&lt;br /&gt;&lt;br /&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://iwacth.com&quot;  rel=&quot;nofollow&quot;&gt;Latest Technology News&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Cool software, i also use thunderbird 3 on Windows. I don&#39;t use ubuntu, but from your post i whink it&#39;s complicated to install a software on ubuntu isn&#39;t it?</p>
<p><a rel="nofollow" href="http://iwacth.com"  rel="nofollow">Latest Technology News</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me</title>
		<link>http://www.detector-pro.com/2009/12/install-thunderbird-3-on-ubuntu.html/comment-page-1#comment-744</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Sun, 13 Dec 2009 21:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/detectorpro/?p=1013#comment-744</guid>
		<description>Hi, I pasted the following code from above:&lt;br /&gt;&lt;br /&gt;if [[ ! -f /usr/bin/thunderbird ]]; then sudo apt-get update &amp;&amp; sudo apt-get install thunderbird; fi &amp;&amp; if [[ -e ~/.mozilla-thunderbird ]]; then cp -R ~/.mozilla-thunderbird ~/.mozilla-thunderbird.backup; fi &amp;&amp; if [[ -e ~/.thunderbird ]]; then cp -R ~/.thunderbird ~/.thunderbird.backup; fi &amp;&amp; sudo tar -jxvf thunderbird-3*.tar.bz2 -C /opt &amp;&amp; sudo dpkg-divert --divert /usr/bin/thunderbird. ubuntu --rename /usr/bin/thunderbird &amp;&amp; sudo ln - s /opt/thunderbird/thunderbird /usr/bin/thunderbird &amp;&amp; sudo dpkg- divert --divert /usr/bin/mozilla-thunderbird.ubuntu --rename /usr/bin/mozilla-thunderbird &amp;&amp; sudo ln -s /opt/thunderbird/thunderbird /usr/bin/mozilla-thunderbird&lt;br /&gt;&lt;br /&gt;I&#039;m fairly new to ubuntu, though I briefly ran Gutsy Gibbon.  I tried fixing the line &quot;sudo dpkg-divert --divert /usr/bin/thunderbird. ubuntu&quot; by removing the extra space before &quot;ubuntu&quot;.  This seemed to work.&lt;br /&gt;&lt;br /&gt;However, I then received this error: &quot;ln: target `/usr/bin/thunderbird&#039; is not a directory&quot;&lt;br /&gt;&lt;br /&gt;Advice?</description>
		<content:encoded><![CDATA[<p>Hi, I pasted the following code from above:</p>
<p>if [[ ! -f /usr/bin/thunderbird ]]; then sudo apt-get update &#038;&#038; sudo apt-get install thunderbird; fi &#038;&#038; if [[ -e ~/.mozilla-thunderbird ]]; then cp -R ~/.mozilla-thunderbird ~/.mozilla-thunderbird.backup; fi &#038;&#038; if [[ -e ~/.thunderbird ]]; then cp -R ~/.thunderbird ~/.thunderbird.backup; fi &#038;&#038; sudo tar -jxvf thunderbird-3*.tar.bz2 -C /opt &#038;&#038; sudo dpkg-divert &#8211;divert /usr/bin/thunderbird. ubuntu &#8211;rename /usr/bin/thunderbird &#038;&#038; sudo ln &#8211; s /opt/thunderbird/thunderbird /usr/bin/thunderbird &#038;&#038; sudo dpkg- divert &#8211;divert /usr/bin/mozilla-thunderbird.ubuntu &#8211;rename /usr/bin/mozilla-thunderbird &#038;&#038; sudo ln -s /opt/thunderbird/thunderbird /usr/bin/mozilla-thunderbird</p>
<p>I&#39;m fairly new to ubuntu, though I briefly ran Gutsy Gibbon.  I tried fixing the line &quot;sudo dpkg-divert &#8211;divert /usr/bin/thunderbird. ubuntu&quot; by removing the extra space before &quot;ubuntu&quot;.  This seemed to work.</p>
<p>However, I then received this error: &quot;ln: target `/usr/bin/thunderbird&#39; is not a directory&quot;</p>
<p>Advice?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

