<?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: How to Download &amp; Install Firefox 3.5 On Ubuntu Linux</title>
	<atom:link href="http://www.blogsdna.com/3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogsdna.com/3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm</link>
	<description>Apple - Microsoft - Google - Internet - Web &#38; Gadgets</description>
	<lastBuildDate>Mon, 13 Feb 2012 10:27:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: mo48</title>
		<link>http://www.blogsdna.com/3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm#comment-45149</link>
		<dc:creator>mo48</dc:creator>
		<pubDate>Sat, 26 Sep 2009 04:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogsdna.com/?p=3824#comment-45149</guid>
		<description>thankyou!</description>
		<content:encoded><![CDATA[<p>thankyou!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yudie</title>
		<link>http://www.blogsdna.com/3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm#comment-45083</link>
		<dc:creator>yudie</dc:creator>
		<pubDate>Fri, 25 Sep 2009 02:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogsdna.com/?p=3824#comment-45083</guid>
		<description>YUPIEE THIS IS THE SOLUTION MY PROBLEM AFTER INSTALL MOZZILA 3.5 In case you start Firefox using the old icon on the panel, you should change the properties of the icon(right-click -&gt; Properties-&gt;Command) to “firefox-3.5 %u”(without quotation marks). Thus the icon will point to the right executable.</description>
		<content:encoded><![CDATA[<p>YUPIEE THIS IS THE SOLUTION MY PROBLEM AFTER INSTALL MOZZILA 3.5 In case you start Firefox using the old icon on the panel, you should change the properties of the icon(right-click -&gt; Properties-&gt;Command) to “firefox-3.5 %u”(without quotation marks). Thus the icon will point to the right executable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anthony</title>
		<link>http://www.blogsdna.com/3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm#comment-44455</link>
		<dc:creator>anthony</dc:creator>
		<pubDate>Sat, 12 Sep 2009 08:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogsdna.com/?p=3824#comment-44455</guid>
		<description>Hi, I use Ubuntu 9.04 and I have tried to update Firefox from 3.0 to 3.5 for hours.
Then I have found page:
http://maketecheasier.com/easily-upgrade-your-firefox-to-35-in-ubuntu/2009/08/12

I think, it is &quot;GOOD WAY&quot; :-)) I can recommend it, Firefox 3.5.3 runing perfectly in a few moments :-))
If you are in troubles, try it !!</description>
		<content:encoded><![CDATA[<p>Hi, I use Ubuntu 9.04 and I have tried to update Firefox from 3.0 to 3.5 for hours.<br />
Then I have found page:<br />
<a href="http://maketecheasier.com/easily-upgrade-your-firefox-to-35-in-ubuntu/2009/08/12" rel="nofollow">http://maketecheasier.com/easily-upgrade-your-firefox-to-35-in-ubuntu/2009/08/12</a></p>
<p>I think, it is &#8220;GOOD WAY&#8221; :-)) I can recommend it, Firefox 3.5.3 runing perfectly in a few moments :-))<br />
If you are in troubles, try it !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Commenter</title>
		<link>http://www.blogsdna.com/3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm#comment-43584</link>
		<dc:creator>A Commenter</dc:creator>
		<pubDate>Tue, 25 Aug 2009 11:37:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogsdna.com/?p=3824#comment-43584</guid>
		<description>I&#039;m on ubuntu 9.04. I had the same issue upgrading to 3.5.2 - running firefox still showed version 3.0.13.

If you use the &#039;ln&#039; command (in previous post) then you may have to update more symbolic links for completeness:

# Display all files that match the pattern &#039;fire&#039; (ignoring case sensitivity)
sudo ls -l /usr/bin &#124; grep -i fire

You&#039;ll find there&#039;s another link for &#039;abrowser&#039; pointing to firefox-3.0:

After these commands I was up and running on firefox 3.5.2:
sudo rm /usr/bin/firefox
sudo ln -s /usr/bin/firefox-3.5 /usr/bin/firefox
sudo rm /usr/bin/abrowser
sudo ln -s /usr/bin/firefox-3.5 /usr/bin/abrowser</description>
		<content:encoded><![CDATA[<p>I&#8217;m on ubuntu 9.04. I had the same issue upgrading to 3.5.2 &#8211; running firefox still showed version 3.0.13.</p>
<p>If you use the &#8216;ln&#8217; command (in previous post) then you may have to update more symbolic links for completeness:</p>
<p># Display all files that match the pattern &#8216;fire&#8217; (ignoring case sensitivity)<br />
sudo ls -l /usr/bin | grep -i fire</p>
<p>You&#8217;ll find there&#8217;s another link for &#8216;abrowser&#8217; pointing to firefox-3.0:</p>
<p>After these commands I was up and running on firefox 3.5.2:<br />
sudo rm /usr/bin/firefox<br />
sudo ln -s /usr/bin/firefox-3.5 /usr/bin/firefox<br />
sudo rm /usr/bin/abrowser<br />
sudo ln -s /usr/bin/firefox-3.5 /usr/bin/abrowser</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Talal Arshad</title>
		<link>http://www.blogsdna.com/3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm#comment-43556</link>
		<dc:creator>Talal Arshad</dc:creator>
		<pubDate>Mon, 24 Aug 2009 21:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogsdna.com/?p=3824#comment-43556</guid>
		<description>A better and easy way..Shiretoko has problems try this method this will install the original firefox 3.5
http://yomahol.blogspot.com/2009/08/best-way-for-installing-firefox-35-in.html</description>
		<content:encoded><![CDATA[<p>A better and easy way..Shiretoko has problems try this method this will install the original firefox 3.5<br />
<a href="http://yomahol.blogspot.com/2009/08/best-way-for-installing-firefox-35-in.html" rel="nofollow">http://yomahol.blogspot.com/2009/08/best-way-for-installing-firefox-35-in.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ejwaxx</title>
		<link>http://www.blogsdna.com/3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm#comment-43477</link>
		<dc:creator>ejwaxx</dc:creator>
		<pubDate>Sun, 23 Aug 2009 04:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogsdna.com/?p=3824#comment-43477</guid>
		<description>&quot;Shiretoko&quot; is the code name for the testing version of Firefox 3.5.  Current release of Firefox is 3.5.2, Shiretoko is the pre-release version of 3.5.3.</description>
		<content:encoded><![CDATA[<p>&#8220;Shiretoko&#8221; is the code name for the testing version of Firefox 3.5.  Current release of Firefox is 3.5.2, Shiretoko is the pre-release version of 3.5.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.blogsdna.com/3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm#comment-43475</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Sun, 23 Aug 2009 03:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogsdna.com/?p=3824#comment-43475</guid>
		<description>Can I use this on use these methods on Xubuntu 9.04</description>
		<content:encoded><![CDATA[<p>Can I use this on use these methods on Xubuntu 9.04</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bones</title>
		<link>http://www.blogsdna.com/3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm#comment-43320</link>
		<dc:creator>Bones</dc:creator>
		<pubDate>Wed, 19 Aug 2009 03:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogsdna.com/?p=3824#comment-43320</guid>
		<description>When I run firefox-3.5 from the terminal, it opens &quot;Shiretoko.&quot; What is that?</description>
		<content:encoded><![CDATA[<p>When I run firefox-3.5 from the terminal, it opens &#8220;Shiretoko.&#8221; What is that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MoGlee</title>
		<link>http://www.blogsdna.com/3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm#comment-42328</link>
		<dc:creator>MoGlee</dc:creator>
		<pubDate>Wed, 29 Jul 2009 11:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogsdna.com/?p=3824#comment-42328</guid>
		<description>Thanks for this post, I finally got FF 3.5 running on Ubuntu!

BTW, Firefox 3.5 is the FASTEST browser??? Since when?

http://lifehacker.com/5286869/lifehacker-speed-tests-safari-4-chrome-2-and-more and http://www.favbrowser.com/safari-4-vs-chrome-2-vs-opera-10-vs-firefox-35-vs-opera-964-vs-firefox-3-vs-ie8-7/ - Chrome and Safari 4 are clearly much faster

Well I suppose since there is no Chrome/Safari for Linux as yet, you could say that, but still!</description>
		<content:encoded><![CDATA[<p>Thanks for this post, I finally got FF 3.5 running on Ubuntu!</p>
<p>BTW, Firefox 3.5 is the FASTEST browser??? Since when?</p>
<p><a href="http://lifehacker.com/5286869/lifehacker-speed-tests-safari-4-chrome-2-and-more" rel="nofollow">http://lifehacker.com/5286869/lifehacker-speed-tests-safari-4-chrome-2-and-more</a> and <a href="http://www.favbrowser.com/safari-4-vs-chrome-2-vs-opera-10-vs-firefox-35-vs-opera-964-vs-firefox-3-vs-ie8-7/" rel="nofollow">http://www.favbrowser.com/safari-4-vs-chrome-2-vs-opera-10-vs-firefox-35-vs-opera-964-vs-firefox-3-vs-ie8-7/</a> &#8211; Chrome and Safari 4 are clearly much faster</p>
<p>Well I suppose since there is no Chrome/Safari for Linux as yet, you could say that, but still!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://www.blogsdna.com/3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm#comment-42002</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Tue, 21 Jul 2009 20:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogsdna.com/?p=3824#comment-42002</guid>
		<description>Eichhorn, 
In case you start Firefox using the old icon on the panel, you should change the properties of the icon(right-click -&gt; Properties-&gt;Command) to &quot;firefox-3.5 %u&quot;(without quotation marks). Thus the icon will point to the right executable.</description>
		<content:encoded><![CDATA[<p>Eichhorn,<br />
In case you start Firefox using the old icon on the panel, you should change the properties of the icon(right-click -&gt; Properties-&gt;Command) to &#8220;firefox-3.5 %u&#8221;(without quotation marks). Thus the icon will point to the right executable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eichhorn</title>
		<link>http://www.blogsdna.com/3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm#comment-41987</link>
		<dc:creator>Eichhorn</dc:creator>
		<pubDate>Tue, 21 Jul 2009 08:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogsdna.com/?p=3824#comment-41987</guid>
		<description>Hi, thanks, but i have a problem, i installed firefox 3.5 through terminal and installed, but it&#039;s still shaws 3.0.11 version in firefox&#039;s help!</description>
		<content:encoded><![CDATA[<p>Hi, thanks, but i have a problem, i installed firefox 3.5 through terminal and installed, but it&#8217;s still shaws 3.0.11 version in firefox&#8217;s help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://www.blogsdna.com/3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm#comment-41487</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Wed, 08 Jul 2009 16:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogsdna.com/?p=3824#comment-41487</guid>
		<description>Simone,
Sure you can try the method suggested by Kwame, but I would recommend that you first try this one:
change the Properties of the Firefox icon on the panel -&gt;Command section to &quot;firefox-3.5 %u&quot; (without the quotation marks). Thus you will just change the command, without changing the links, so that you be able to go back to previous settings easily ;)</description>
		<content:encoded><![CDATA[<p>Simone,<br />
Sure you can try the method suggested by Kwame, but I would recommend that you first try this one:<br />
change the Properties of the Firefox icon on the panel -&gt;Command section to &#8220;firefox-3.5 %u&#8221; (without the quotation marks). Thus you will just change the command, without changing the links, so that you be able to go back to previous settings easily ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>


<!-- W3 Total Cache: CDN debug info:
Engine:             netdna
-->
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.blogsdna.com @ 2012-02-13 08:50:21 -->

<!-- W3 Total Cache: Page cache debug info:
Engine:             disk: enhanced
Cache key:          3824/how-to-download-install-firefox-35-on-ubuntu-904-linux.htm/feed/_index.html
Caching:            disabled
Reject reason:      Page is feed
Status:             not cached
Creation Time:      0.278s
Header info:
Expires:            Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control:      no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma:             no-cache
X-Pingback:         http://www.blogsdna.com/xmlrpc.php
Last-Modified:      Mon, 13 Feb 2012 10:27:00 GMT
ETag:               "81cdde618e807c6dfc13319a11eab778"
X-Powered-By:       W3 Total Cache/0.9.2.4
Link:               <http://www.blogsdna.com/?p=3824>; rel=shortlink
Content-Type:       text/xml; charset=UTF-8
-->
