<?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>Techspiration &#187; ubuntu</title>
	<atom:link href="http://www.blog.karthikbala.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.karthikbala.com</link>
	<description>Technology, Spirituality and Rationality</description>
	<lastBuildDate>Sat, 03 Apr 2010 15:21:26 +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>Installing Firefox 3.0 in Ubuntu</title>
		<link>http://www.blog.karthikbala.com/installing-firefox-30-in-ubuntu/</link>
		<comments>http://www.blog.karthikbala.com/installing-firefox-30-in-ubuntu/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 17:56:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.blog.karthikbala.com/?p=11</guid>
		<description><![CDATA[To manually install firefox in ubuntu follow these steps:]]></description>
			<content:encoded><![CDATA[<p><strong>Did you set the World Record?</strong></p>
<p>You can participate in setting the world record by downloading Firefox today.</p>
<p>To manually install firefox in ubuntu follow these steps:</p>
<p><strong>Preparing your system</strong></p>
<p>sudo apt-get install libstdc++5</p>
<p>First you need to take backup of your old firefox preferences</p>
<p>sudo cp -R ~/.mozilla ~/.mozillabackup</p>
<p>Now you need to download firefox 3.0 from <a title="firefox" href="http://www.mozilla.com/en-US/firefox/" target="_blank">here</a></p>
<p>Now you have firefox-3.0.tar.bz2 file</p>
<p>Unzip the .tar.bz2 file in /opt directory using the following command</p>
<p>sudo tar -C /opt -jxvf firefox-3.0.tar.bz2</p>
<p>Now you need to link the plugins using the following command</p>
<p>cd /opt/firefox/plugins/</p>
<p>sudo ln -s /usr/lib/mozilla-firefox/plugins/* .</p>
<p>Now you need to create a link to your new firefox launcher using the following command</p>
<p>sudo dpkg-divert <code>--divert /usr/bin/firefox.ubuntu --rename /usr/bin/firefox</code></p>
<p>sudo ln -s /opt/firefox/firefox /usr/bin/firefox</p>
<p>sudo dpkg-divert <code>--divert /usr/bin/mozilla-firefox.ubuntu --rename /usr/bin/mozilla-firefox</code></p>
<p>sudo ln -s /opt/firefox/firefox /usr/bin/mozilla-firefox</p>
<p>This will complete the installation of firefox 3.0</p>
<p>If you want to open firefox 3 go to Applications—&gt;Internet—&gt;Firefox Web Browser</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.karthikbala.com/installing-firefox-30-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
