<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: How to update to Firefox 2.0 on Fedora Core 6, the easy way</title>
	<atom:link href="http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/</link>
	<description>Thoughts from my warped little mind...</description>
	<lastBuildDate>Thu, 11 Mar 2010 05:07:04 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jomz</title>
		<link>http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/comment-page-1/#comment-17680</link>
		<dc:creator>Jomz</dc:creator>
		<pubDate>Tue, 19 Feb 2008 19:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/#comment-17680</guid>
		<description>i can&#039;t update my firefox it always stooped so now i&#039;m using Internet Explorer but I like firefox better because i trust it. I can&#039;t Update because of my Update server bacause it has a problem help me fix it i&#039;m waiting for your E-mail. Thank You for your Kindness hope you keep up the good work and fix my Update Server.</description>
		<content:encoded><![CDATA[<p>i can&#8217;t update my firefox it always stooped so now i&#8217;m using Internet Explorer but I like firefox better because i trust it. I can&#8217;t Update because of my Update server bacause it has a problem help me fix it i&#8217;m waiting for your E-mail. Thank You for your Kindness hope you keep up the good work and fix my Update Server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nishant</title>
		<link>http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/comment-page-1/#comment-17569</link>
		<dc:creator>nishant</dc:creator>
		<pubDate>Thu, 14 Feb 2008 12:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/#comment-17569</guid>
		<description>it&#039;s not working swholt who suggest u but i want to know that do u have any idea that how to run local intranet sites of local windows server on fedora core 6 machine on a same domain fedora pings those server but not able to open local sites with internet on same network settings</description>
		<content:encoded><![CDATA[<p>it&#8217;s not working swholt who suggest u but i want to know that do u have any idea that how to run local intranet sites of local windows server on fedora core 6 machine on a same domain fedora pings those server but not able to open local sites with internet on same network settings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: varun</title>
		<link>http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/comment-page-1/#comment-8088</link>
		<dc:creator>varun</dc:creator>
		<pubDate>Mon, 12 Mar 2007 19:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/#comment-8088</guid>
		<description>thanks man....
you rock....</description>
		<content:encoded><![CDATA[<p>thanks man&#8230;.<br />
you rock&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swholt</title>
		<link>http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/comment-page-1/#comment-6971</link>
		<dc:creator>swholt</dc:creator>
		<pubDate>Sun, 25 Feb 2007 15:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/#comment-6971</guid>
		<description>I did it a little different. Do these as root (or su).

Download firefox-2.0.0.2.tar.gz from www.mozilla.com.

Create /usr/lib/firefox-2.0.0.2 directory and extract the tarball there.

Copy any extensions you have in /usr/lib/firefox-1.5.0.9/extensions to /usr/lib/firefox-2.0.0.2/extensions.

Change two lines in /usr/bin/firefox:

if [ -x &quot;/usr/lib64/firefox-1.5.0.9/firefox-bin&quot; ]  to
if [ -x &quot;/usr/lib64/firefox-2.0.0.1/firefox-bin&quot; ]

MOZ_DIST_BIN=&quot;$MOZ_LIB_DIR/firefox-1.5.0.9&quot;  to  MOZ_DIST_BIN=&quot;$MOZ_LIB_DIR/firefox-2.0.0.1&quot;

Now if something doesn&#039;t work for you you can just change /usr/bin/firefox back to point to the 1.5.0.9 directory.</description>
		<content:encoded><![CDATA[<p>I did it a little different. Do these as root (or su).</p>
<p>Download firefox-2.0.0.2.tar.gz from <a href="http://www.mozilla.com" rel="nofollow">http://www.mozilla.com</a>.</p>
<p>Create /usr/lib/firefox-2.0.0.2 directory and extract the tarball there.</p>
<p>Copy any extensions you have in /usr/lib/firefox-1.5.0.9/extensions to /usr/lib/firefox-2.0.0.2/extensions.</p>
<p>Change two lines in /usr/bin/firefox:</p>
<p>if [ -x "/usr/lib64/firefox-1.5.0.9/firefox-bin" ]  to<br />
if [ -x "/usr/lib64/firefox-2.0.0.1/firefox-bin" ]</p>
<p>MOZ_DIST_BIN=&#8221;$MOZ_LIB_DIR/firefox-1.5.0.9&#8243;  to  MOZ_DIST_BIN=&#8221;$MOZ_LIB_DIR/firefox-2.0.0.1&#8243;</p>
<p>Now if something doesn&#8217;t work for you you can just change /usr/bin/firefox back to point to the 1.5.0.9 directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhinav.org &#187; FireFox 2 and Fedora Core 6</title>
		<link>http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/comment-page-1/#comment-4862</link>
		<dc:creator>abhinav.org &#187; FireFox 2 and Fedora Core 6</dc:creator>
		<pubDate>Thu, 28 Dec 2006 19:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/#comment-4862</guid>
		<description>[...] There are other costomized/user made version available, Jason Burns writes about one of them.    comments &#124; permalink &#124; trackback [...]</description>
		<content:encoded><![CDATA[<p>[...] There are other costomized/user made version available, Jason Burns writes about one of them.    comments | permalink | trackback [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phaltu</title>
		<link>http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/comment-page-1/#comment-4861</link>
		<dc:creator>phaltu</dc:creator>
		<pubDate>Thu, 28 Dec 2006 16:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/#comment-4861</guid>
		<description>I simply downloaded the tar file, and copied the contents of the firefox directory to /usr/lib/firefox-1.5.0.7, since I was in a hurry.
It worked fine.

Can anyone tell me if there are any drawbacks to this approach? Apart from the fact that it seems dumb to have firefox 2.0 files in a directory named firefox-1.5.0.7</description>
		<content:encoded><![CDATA[<p>I simply downloaded the tar file, and copied the contents of the firefox directory to /usr/lib/firefox-1.5.0.7, since I was in a hurry.<br />
It worked fine.</p>
<p>Can anyone tell me if there are any drawbacks to this approach? Apart from the fact that it seems dumb to have firefox 2.0 files in a directory named firefox-1.5.0.7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy Bennett</title>
		<link>http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/comment-page-1/#comment-4859</link>
		<dc:creator>Troy Bennett</dc:creator>
		<pubDate>Wed, 27 Dec 2006 05:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/#comment-4859</guid>
		<description>I found this article in another place, but it was written in French.  I tried this and did not get the second command to work.  Referencing back to the French page I found the second command should be:

rpm -Uvh remi-release-1-2.fc6.remi.noarch.rpm (vice) rpm -Uvh remi-release-1-1.fc6.remi.noarch.rpm

I have no security concerns; removed the repo after the update. 

great article.  Thanks,

Troy</description>
		<content:encoded><![CDATA[<p>I found this article in another place, but it was written in French.  I tried this and did not get the second command to work.  Referencing back to the French page I found the second command should be:</p>
<p>rpm -Uvh remi-release-1-2.fc6.remi.noarch.rpm (vice) rpm -Uvh remi-release-1-1.fc6.remi.noarch.rpm</p>
<p>I have no security concerns; removed the repo after the update. </p>
<p>great article.  Thanks,</p>
<p>Troy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Connelly</title>
		<link>http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/comment-page-1/#comment-4749</link>
		<dc:creator>Dan Connelly</dc:creator>
		<pubDate>Fri, 22 Dec 2006 16:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/#comment-4749</guid>
		<description>Okay -- I did the obvious, which was to download it from the tarball on mozilla.org, then put it into /usr/local/lib/firefox, then create a softlink from /usr/local/bin/firefox to /usr/local/lib/firefox/firefox, then uninstall firefox 1.5.  The problem: yum eliminated devhelp, which depends on firefox!  Attempts to reinstall devhelp whine and complain about no firefox rpm.   Any hints?   Must I become an rpm slave if I want to use yum?  There must be a way around this....

thanks,
Dan</description>
		<content:encoded><![CDATA[<p>Okay &#8212; I did the obvious, which was to download it from the tarball on mozilla.org, then put it into /usr/local/lib/firefox, then create a softlink from /usr/local/bin/firefox to /usr/local/lib/firefox/firefox, then uninstall firefox 1.5.  The problem: yum eliminated devhelp, which depends on firefox!  Attempts to reinstall devhelp whine and complain about no firefox rpm.   Any hints?   Must I become an rpm slave if I want to use yum?  There must be a way around this&#8230;.</p>
<p>thanks,<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir</title>
		<link>http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/comment-page-1/#comment-4045</link>
		<dc:creator>Amir</dc:creator>
		<pubDate>Mon, 04 Dec 2006 00:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/#comment-4045</guid>
		<description>I finally got it to work.  BTW I am running Fedora FC5.

I had to uninstall Mozilla (using YUM Extender application) and then reinstall Mozilla back again, then update the FireFox.

yum -y  --enablerepo=updates install mozilla

yum -y -t --enablerepo=development update firefox

(make sure that there are two &#039;-&#039; before option enablerepo).

I guess some packages initially didn&#039;t get installed and forcing a reinstall for Mozilla did the job.

There is NO installation help available for FireFox 2.0 and Simon&#039;s instructions above were very helpful for me.  Thanks!</description>
		<content:encoded><![CDATA[<p>I finally got it to work.  BTW I am running Fedora FC5.</p>
<p>I had to uninstall Mozilla (using YUM Extender application) and then reinstall Mozilla back again, then update the FireFox.</p>
<p>yum -y  &#8211;enablerepo=updates install mozilla</p>
<p>yum -y -t &#8211;enablerepo=development update firefox</p>
<p>(make sure that there are two &#8216;-&#8217; before option enablerepo).</p>
<p>I guess some packages initially didn&#8217;t get installed and forcing a reinstall for Mozilla did the job.</p>
<p>There is NO installation help available for FireFox 2.0 and Simon&#8217;s instructions above were very helpful for me.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir</title>
		<link>http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/comment-page-1/#comment-4041</link>
		<dc:creator>Amir</dc:creator>
		<pubDate>Sun, 03 Dec 2006 23:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2006/11/15/how-to-update-to-firefox-20-on-fedora-core-6-the-easy-way/#comment-4041</guid>
		<description>The command should be:
yum -y -t --enablerepo=development update firefox

But it still generates error missing the following, although I have
Mozilla 1.7.13 installed.

Error: Missing Dependency: /usr/bin/mozilla is needed by package eclipse-platform
Error: Missing Dependency: mozilla &gt;= 1.7.13 is needed by package yelp
Error: Missing Dependency: mozilla = 37:1.7.13-1.1.fc5 is needed by package mozilla-devel
Error: Missing Dependency: mozilla = 37:1.7.13 is needed by package devhelp

Any idea why?</description>
		<content:encoded><![CDATA[<p>The command should be:<br />
yum -y -t &#8211;enablerepo=development update firefox</p>
<p>But it still generates error missing the following, although I have<br />
Mozilla 1.7.13 installed.</p>
<p>Error: Missing Dependency: /usr/bin/mozilla is needed by package eclipse-platform<br />
Error: Missing Dependency: mozilla &gt;= 1.7.13 is needed by package yelp<br />
Error: Missing Dependency: mozilla = 37:1.7.13-1.1.fc5 is needed by package mozilla-devel<br />
Error: Missing Dependency: mozilla = 37:1.7.13 is needed by package devhelp</p>
<p>Any idea why?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
