<?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>arvydas.co.uk &#187; Linux</title>
	<atom:link href="http://www.arvydas.co.uk/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arvydas.co.uk</link>
	<description>Software development and electronics</description>
	<lastBuildDate>Tue, 22 Feb 2011 22:07:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upgrading Thunderbird to version 3 in Ubuntu 9.10</title>
		<link>http://www.arvydas.co.uk/2010/03/upgrading-thunderbird-to-version-3-in-ubuntu-9-10/</link>
		<comments>http://www.arvydas.co.uk/2010/03/upgrading-thunderbird-to-version-3-in-ubuntu-9-10/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 23:04:38 +0000</pubDate>
		<dc:creator>Arvydas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Thunderbird 2]]></category>
		<category><![CDATA[Thunderbird 3]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>

		<guid isPermaLink="false">http://www.arvydas.co.uk/?p=85</guid>
		<description><![CDATA[Here is a quick guide on how to upgrade Thunderbird 2 that comes with Ubuntu 9.10 Karmic Koala to glorious Thunderbird 3. Hopefully this will save some lost souls out there. :)
Open Terminal and copy folder ~/.mozilla-thunderbird to the new location expected by Thunderbird 3:

copy ~/.mozilla-thunderbird ~/.thunderbird

All emails, settings and extensions in ~/.mozilla-thunderbird will be [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a quick guide on how to upgrade Thunderbird 2 that comes with Ubuntu 9.10 Karmic Koala to glorious Thunderbird 3. Hopefully this will save some lost souls out there. :)</p>
<p>Open Terminal and copy folder ~/.mozilla-thunderbird to the new location expected by Thunderbird 3:</p>
<pre class="brush: bash;">
copy ~/.mozilla-thunderbird ~/.thunderbird
</pre>
<p>All emails, settings and extensions in ~/.mozilla-thunderbird will be your backup.</p>
<p>Get <a href="http://sourceforge.net/apps/mediawiki/ubuntuzilla/" target="_blank" class="liexternal">Ubuntuzilla</a> package signing key to your keyring:</p>
<pre class="brush: bash;">
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
</pre>
<p>Add <a href="http://sourceforge.net/apps/mediawiki/ubuntuzilla/" target="_blank" class="liexternal">Ubuntuzilla</a> repositories to the list of your sources either by using main menu <em>System &gt; Administration &gt; Software Sources</em> on the <em>Other Software </em>tab:</p>
<pre class="brush: bash;">
deb http://switch.dl.sourceforge.net/project/ubuntuzilla/mozilla/apt all main
</pre>
<p>Hit <em>Reload</em> button when asked to update software list.</p>
<p>Alternativelly the above step can be done with the following two commands in your terminal:</p>
<pre class="brush: bash;">
echo -e &quot;\ndeb http://switch.dl.sourceforge.net/project/ubuntuzilla/mozilla/apt all main&quot; | sudo tee -a /etc/apt/sources.list &gt; /dev/null
sudo apt-get update
</pre>
<p>And finally you can install the latest version of Thunderbird by running the following command:</p>
<pre class="brush: bash;">
sudo apt-get install thunderbird-mozilla-build
</pre>
<p>Don&#8217;t forget that you can erase the folder ~/.mozilla-thunderbird if the upgrade was successful. Have fun using the best email client in the world &#8211; Thunderbird 3! You can find it in the main menu <em>Applications &gt; Internet &gt; Mozilla Build of Thunderbird</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arvydas.co.uk/2010/03/upgrading-thunderbird-to-version-3-in-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

