<?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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: How To Install firefox-3.0.tar.bz2 in Linux</title>
	<atom:link href="http://www.cyberciti.biz/faq/install-firefox3tarbz2-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyberciti.biz/faq/install-firefox3tarbz2-linux/</link>
	<description>Every answer asks a more beautiful question.</description>
	<lastBuildDate>Sun, 14 Mar 2010 08:16:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Priyesh S</title>
		<link>http://www.cyberciti.biz/faq/install-firefox3tarbz2-linux/comment-page-1/#comment-46332</link>
		<dc:creator>Priyesh S</dc:creator>
		<pubDate>Wed, 10 Mar 2010 16:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=1124#comment-46332</guid>
		<description>How to update firefox-1.x to firefox-3.x
 
 1.download the lastest firefox version which is probably in the tar.gz format !!

 2.extract it ; it will create new firefox folder 

 3.close all the firefox browser

 4.now to make backup of ur old firefox  i suggest u do this graphical
   
   cut the folder &quot; /usr/lib/firefox-*&quot; to any other folder say oldfirefox on desktop 
 
	* -&gt; represents  the version  

   cut the sh script file &quot;/usr/bin/firefox&quot; to oldfirefox folder
   
  if the &quot;firefox&quot;  sh-script not present their could be same script named &quot;firefox.sh&quot; cut that !!  but both r not present in same folder

 5.now copy the newly extract firefox folder to /usr/lib/

 6.Goto terminal and type the code (which ever works)
    
    &quot;#ln -s /usr/lib/firefox/firefox /usr/bin/firefox&quot;
                           
				OR

    &quot;#ln -s /usr/lib/firefox/firefox.sh /usr/bin/firefox&quot;

   (1st code worked for me) 

7 thats it !! open the firefox shrotcut !! 

8 special thx to &quot;Ghooma&quot; and &quot;Harold M.&quot;</description>
		<content:encoded><![CDATA[<p>How to update firefox-1.x to firefox-3.x</p>
<p> 1.download the lastest firefox version which is probably in the tar.gz format !!</p>
<p> 2.extract it ; it will create new firefox folder </p>
<p> 3.close all the firefox browser</p>
<p> 4.now to make backup of ur old firefox  i suggest u do this graphical</p>
<p>   cut the folder &#8221; /usr/lib/firefox-*&#8221; to any other folder say oldfirefox on desktop </p>
<p>	* -&gt; represents  the version  </p>
<p>   cut the sh script file &#8220;/usr/bin/firefox&#8221; to oldfirefox folder</p>
<p>  if the &#8220;firefox&#8221;  sh-script not present their could be same script named &#8220;firefox.sh&#8221; cut that !!  but both r not present in same folder</p>
<p> 5.now copy the newly extract firefox folder to /usr/lib/</p>
<p> 6.Goto terminal and type the code (which ever works)</p>
<p>    &#8220;#ln -s /usr/lib/firefox/firefox /usr/bin/firefox&#8221;</p>
<p>				OR</p>
<p>    &#8220;#ln -s /usr/lib/firefox/firefox.sh /usr/bin/firefox&#8221;</p>
<p>   (1st code worked for me) </p>
<p>7 thats it !! open the firefox shrotcut !! </p>
<p>8 special thx to &#8220;Ghooma&#8221; and &#8220;Harold M.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donode</title>
		<link>http://www.cyberciti.biz/faq/install-firefox3tarbz2-linux/comment-page-1/#comment-46057</link>
		<dc:creator>Donode</dc:creator>
		<pubDate>Sat, 20 Feb 2010 02:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=1124#comment-46057</guid>
		<description>Hi. Can someone help out a Linux Freespire newbie with installing firefox-3.6.tar.bz2, which was downloaded to my Desktop? I&#039;d really appreciate it! Thanx so much!</description>
		<content:encoded><![CDATA[<p>Hi. Can someone help out a Linux Freespire newbie with installing firefox-3.6.tar.bz2, which was downloaded to my Desktop? I&#8217;d really appreciate it! Thanx so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sai Lakshmana</title>
		<link>http://www.cyberciti.biz/faq/install-firefox3tarbz2-linux/comment-page-1/#comment-45656</link>
		<dc:creator>Sai Lakshmana</dc:creator>
		<pubDate>Thu, 21 Jan 2010 18:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=1124#comment-45656</guid>
		<description>Awesome Harold......Great description...it worked for me. 

Just follow the steps outlined by Harold, when it comes to symbolic link, first delete the old link present in /usr/bin.

cd /usr/bin
rm firefox
cd /usr/lib/firefox
 here create your new link
ln -s /usr/lib/firefox/firefox /usr/bin/firefox

Just click on your shortcut and u see the magic.</description>
		<content:encoded><![CDATA[<p>Awesome Harold&#8230;&#8230;Great description&#8230;it worked for me. </p>
<p>Just follow the steps outlined by Harold, when it comes to symbolic link, first delete the old link present in /usr/bin.</p>
<p>cd /usr/bin<br />
rm firefox<br />
cd /usr/lib/firefox<br />
 here create your new link<br />
ln -s /usr/lib/firefox/firefox /usr/bin/firefox</p>
<p>Just click on your shortcut and u see the magic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eanur</title>
		<link>http://www.cyberciti.biz/faq/install-firefox3tarbz2-linux/comment-page-1/#comment-45456</link>
		<dc:creator>Eanur</dc:creator>
		<pubDate>Wed, 06 Jan 2010 19:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=1124#comment-45456</guid>
		<description>Dear all.
            How can I install firefox3.5.7 in linux</description>
		<content:encoded><![CDATA[<p>Dear all.<br />
            How can I install firefox3.5.7 in linux</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish Kumar</title>
		<link>http://www.cyberciti.biz/faq/install-firefox3tarbz2-linux/comment-page-1/#comment-44920</link>
		<dc:creator>Satish Kumar</dc:creator>
		<pubDate>Fri, 27 Nov 2009 04:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=1124#comment-44920</guid>
		<description>I have machine with a red-hat linux and no firefox on it (only Konqueror works)
today, I downloaded firefox-3.5.5.tar.tar and followed your instructions:
# tar -jxvf firefox-3.5.5.tar.tar
$ /opt/firefox/firefox &amp;
This gave the following error message:
/opt/firefox/firefox-bin: error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory

Please let me know what I should do
thanks in advan
Satish Kumar</description>
		<content:encoded><![CDATA[<p>I have machine with a red-hat linux and no firefox on it (only Konqueror works)<br />
today, I downloaded firefox-3.5.5.tar.tar and followed your instructions:<br />
# tar -jxvf firefox-3.5.5.tar.tar<br />
$ /opt/firefox/firefox &amp;<br />
This gave the following error message:<br />
/opt/firefox/firefox-bin: error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory</p>
<p>Please let me know what I should do<br />
thanks in advan<br />
Satish Kumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harold M.</title>
		<link>http://www.cyberciti.biz/faq/install-firefox3tarbz2-linux/comment-page-1/#comment-44338</link>
		<dc:creator>Harold M.</dc:creator>
		<pubDate>Tue, 27 Oct 2009 02:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=1124#comment-44338</guid>
		<description>I want to thank &quot;Ghooma&quot; for the example that opened my eyes to this and helped me understand what any of this means.

Everyone, I will try to break this down to a newbie level since I&#039;m a complete newbie myself, so some of my explanations may not be official &quot;linux&quot; answers.

Please forgive any misteps but I&#039;m trying to understand this process and explain it at the same time.

I&#039;m using &quot;Suse Linux Enterprise Server 11&quot;.

I will give the steps listed by &quot;Ghooma&quot; and then try to explain what was done in each one so that you won&#039;t feel as though you&#039;re just pushing buttons with no idea of what you&#039;re accomplishing.

Please make sure that you have closed all running firefox browsers before trying any of these steps.

1.  Rename the &quot;firefox&quot; folder that is located in &quot;/usr/lib/&quot;.
1exp:  This seems to be pretty close to the program files folder in windows and we&#039;re renaming the folder that all of the shortcuts currently point to when you open firefox.  I renamed mine to &quot;firefox OLD&quot;

2.  Copy the folder you just extracted to &quot;/usr/lib&quot;
2exp:  I just downloaded &quot;firefox-3.5.3.tar.bz2&quot; and then ran the archiver tool &quot;Ark&quot; (Or file-roller) and extracted the compressed file into a new folder.  I renamed the new folder &quot;firefox&quot; and it now contains all of my newly uncompressed files.  Next I copied the newly named &quot;firefox&quot; folder from the downloaded and extracted location over to &quot;/usr/lib&quot;.  This means that our firefox shortcuts will still be pointing to the same place but will be looking at our new &quot;firefox&quot; folder instead.

3.  The folder &quot;/usr/bin&quot; contains a symbolic link to the original firefox file named &quot;firefox&quot;.  ***NOTE***(This Is Where It Gets Tricky!!!)
Delete this symbolic link(&quot;/usr/bin/firefox&quot;) and also delete the folder &quot;/usr/lib/firefox OLD&quot;  If you&#039;re nervous here then just move them someplace where you can easily locate them again so the you can put the originals back if you want to.
3exp:  &quot;/usr/bin/firefox&quot; is the symbolic link that all of the firefox shortcuts in the system point to when you click them, and they point directly to the &quot;/usr/bin/firefox/firefox&quot; (now &quot;/usr/bin/firefox OLD/firefox&quot;) shell script which launches firefox.  Since we have renamed the old version and copied a newer version into its place, &quot;Ghooma&quot; suggests that we delete references to the old versions and get ready to make a new symbolic link pointing to the new version of firefox.

***NOTE***  My old links pointed to a file name &quot;/usr/lib/firefox/firefox.sh&quot; but in my new firefox folder the file was named &quot;firefox&quot; instead of &quot;firefox.sh&quot;!!!  PAY ATTENTION!!!

Your old and new links will all stop working if you do not tell your symbolic link the correct filename in the new firefox installation!!!

I&#039;m giving 2 extra versions of &quot;Ghooma&#039;s&quot; next line of code because they both work depending on which scenario you have so please pay attention.

4.  &quot;Ghooma&#039;s Original Code&quot; 	ln -s /usr/lib/firefox /usr/bin/firefox (Will Probably Not Work!!!) (Sorry Ghooma)
4a. &quot;My code&quot;			ln -s /usr/lib/firefox/firefox /usr/bin/firefox
4b. &quot;My code variation&quot;		ln -s /usr/lib/firefox/firefox.sh /usr/bin/firefox
***NOTE***	YOU ONLY NEED TO RUN 1 LINE OF CODE BUT MAKE SURE THAT IT IS CORRECT FOR YOUR SYSTEM!!!!

4exp:  This statement needs to be run from a command prompt.  I ran as su.
This statement makes a symbolic link in the &quot;/usr/bin/&quot; folder and the link is named &quot;firefox&quot; (&quot;/usr/bin/firefox&quot;)
This symbolic link points to the file &quot;firefox&quot; OR &quot;firefox.sh&quot; located in the new folder that we copied earlier (&quot;/usr/lib/firefox&quot;)
The reason for multiple examples is because the file that launches firefox is a shell script file and may or may not have the &quot;.sh&quot; suffix but I&#039;m almost certain that it will be nested deeper than the first 4. example.

***NOTE***	YOU NEED TO LOOK INTO THE FOLDER THAT WAS CREATED WHEN YOU EXTRACTED YOUR DOWNLOAD AND MAKE SURE THAT YOU ARE USING THE PRECISE FILENAME!!! (This is the same folder that we copied to &quot;/usr/lib/firefox&quot;)

I clicked my firefox shortcuts immediately after performing this trick and they all open with the new version of firefox.

Once again thanks to Ghooma for shedding light on this and I&#039;m hoping that by being a little verbose that I may help someone else start appreciating linux.

Harold M.</description>
		<content:encoded><![CDATA[<p>I want to thank &#8220;Ghooma&#8221; for the example that opened my eyes to this and helped me understand what any of this means.</p>
<p>Everyone, I will try to break this down to a newbie level since I&#8217;m a complete newbie myself, so some of my explanations may not be official &#8220;linux&#8221; answers.</p>
<p>Please forgive any misteps but I&#8217;m trying to understand this process and explain it at the same time.</p>
<p>I&#8217;m using &#8220;Suse Linux Enterprise Server 11&#8243;.</p>
<p>I will give the steps listed by &#8220;Ghooma&#8221; and then try to explain what was done in each one so that you won&#8217;t feel as though you&#8217;re just pushing buttons with no idea of what you&#8217;re accomplishing.</p>
<p>Please make sure that you have closed all running firefox browsers before trying any of these steps.</p>
<p>1.  Rename the &#8220;firefox&#8221; folder that is located in &#8220;/usr/lib/&#8221;.<br />
1exp:  This seems to be pretty close to the program files folder in windows and we&#8217;re renaming the folder that all of the shortcuts currently point to when you open firefox.  I renamed mine to &#8220;firefox OLD&#8221;</p>
<p>2.  Copy the folder you just extracted to &#8220;/usr/lib&#8221;<br />
2exp:  I just downloaded &#8220;firefox-3.5.3.tar.bz2&#8243; and then ran the archiver tool &#8220;Ark&#8221; (Or file-roller) and extracted the compressed file into a new folder.  I renamed the new folder &#8220;firefox&#8221; and it now contains all of my newly uncompressed files.  Next I copied the newly named &#8220;firefox&#8221; folder from the downloaded and extracted location over to &#8220;/usr/lib&#8221;.  This means that our firefox shortcuts will still be pointing to the same place but will be looking at our new &#8220;firefox&#8221; folder instead.</p>
<p>3.  The folder &#8220;/usr/bin&#8221; contains a symbolic link to the original firefox file named &#8220;firefox&#8221;.  ***NOTE***(This Is Where It Gets Tricky!!!)<br />
Delete this symbolic link(&#8220;/usr/bin/firefox&#8221;) and also delete the folder &#8220;/usr/lib/firefox OLD&#8221;  If you&#8217;re nervous here then just move them someplace where you can easily locate them again so the you can put the originals back if you want to.<br />
3exp:  &#8220;/usr/bin/firefox&#8221; is the symbolic link that all of the firefox shortcuts in the system point to when you click them, and they point directly to the &#8220;/usr/bin/firefox/firefox&#8221; (now &#8220;/usr/bin/firefox OLD/firefox&#8221;) shell script which launches firefox.  Since we have renamed the old version and copied a newer version into its place, &#8220;Ghooma&#8221; suggests that we delete references to the old versions and get ready to make a new symbolic link pointing to the new version of firefox.</p>
<p>***NOTE***  My old links pointed to a file name &#8220;/usr/lib/firefox/firefox.sh&#8221; but in my new firefox folder the file was named &#8220;firefox&#8221; instead of &#8220;firefox.sh&#8221;!!!  PAY ATTENTION!!!</p>
<p>Your old and new links will all stop working if you do not tell your symbolic link the correct filename in the new firefox installation!!!</p>
<p>I&#8217;m giving 2 extra versions of &#8220;Ghooma&#8217;s&#8221; next line of code because they both work depending on which scenario you have so please pay attention.</p>
<p>4.  &#8220;Ghooma&#8217;s Original Code&#8221; 	ln -s /usr/lib/firefox /usr/bin/firefox (Will Probably Not Work!!!) (Sorry Ghooma)<br />
4a. &#8220;My code&#8221;			ln -s /usr/lib/firefox/firefox /usr/bin/firefox<br />
4b. &#8220;My code variation&#8221;		ln -s /usr/lib/firefox/firefox.sh /usr/bin/firefox<br />
***NOTE***	YOU ONLY NEED TO RUN 1 LINE OF CODE BUT MAKE SURE THAT IT IS CORRECT FOR YOUR SYSTEM!!!!</p>
<p>4exp:  This statement needs to be run from a command prompt.  I ran as su.<br />
This statement makes a symbolic link in the &#8220;/usr/bin/&#8221; folder and the link is named &#8220;firefox&#8221; (&#8220;/usr/bin/firefox&#8221;)<br />
This symbolic link points to the file &#8220;firefox&#8221; OR &#8220;firefox.sh&#8221; located in the new folder that we copied earlier (&#8220;/usr/lib/firefox&#8221;)<br />
The reason for multiple examples is because the file that launches firefox is a shell script file and may or may not have the &#8220;.sh&#8221; suffix but I&#8217;m almost certain that it will be nested deeper than the first 4. example.</p>
<p>***NOTE***	YOU NEED TO LOOK INTO THE FOLDER THAT WAS CREATED WHEN YOU EXTRACTED YOUR DOWNLOAD AND MAKE SURE THAT YOU ARE USING THE PRECISE FILENAME!!! (This is the same folder that we copied to &#8220;/usr/lib/firefox&#8221;)</p>
<p>I clicked my firefox shortcuts immediately after performing this trick and they all open with the new version of firefox.</p>
<p>Once again thanks to Ghooma for shedding light on this and I&#8217;m hoping that by being a little verbose that I may help someone else start appreciating linux.</p>
<p>Harold M.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikas</title>
		<link>http://www.cyberciti.biz/faq/install-firefox3tarbz2-linux/comment-page-1/#comment-43908</link>
		<dc:creator>vikas</dc:creator>
		<pubDate>Thu, 01 Oct 2009 10:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=1124#comment-43908</guid>
		<description>hi all this is vikas i am redhat linux 4.0 prof..i just want to ask how i can get original books &amp; training video clips..plz tell me on mail...</description>
		<content:encoded><![CDATA[<p>hi all this is vikas i am redhat linux 4.0 prof..i just want to ask how i can get original books &amp; training video clips..plz tell me on mail&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: safdar azam</title>
		<link>http://www.cyberciti.biz/faq/install-firefox3tarbz2-linux/comment-page-1/#comment-43509</link>
		<dc:creator>safdar azam</dc:creator>
		<pubDate>Tue, 01 Sep 2009 07:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=1124#comment-43509</guid>
		<description>sir,
plz tell i am using Redhat 3 and i dont have firefox in my Pc that&#039;s why i am able to access hotmail.gmail.and orkut plz how to install firefox in system. give me some comman command.</description>
		<content:encoded><![CDATA[<p>sir,<br />
plz tell i am using Redhat 3 and i dont have firefox in my Pc that&#8217;s why i am able to access hotmail.gmail.and orkut plz how to install firefox in system. give me some comman command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ghooma</title>
		<link>http://www.cyberciti.biz/faq/install-firefox3tarbz2-linux/comment-page-1/#comment-41856</link>
		<dc:creator>Ghooma</dc:creator>
		<pubDate>Mon, 01 Jun 2009 07:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=1124#comment-41856</guid>
		<description>Dear all
after extracting the archive follow:
1. rename the firefox folder located in /uer/lib/fir...
2. copy the folder u just extracted &quot;....bz2&quot; to /usr/lib
3. the folders  /usr/bin/firefox and /usr/lib/firefox are links to the previous folder u just renamed. delete this link. delete these 2 folders and create new links to the the new folder u have just copied by using the command:
#ln -s  /usr/lib/fire.... /usr/bin/firefox
#ln -s /usr/lib/firefox
This procedure worked for me in Slackware.
Good luck</description>
		<content:encoded><![CDATA[<p>Dear all<br />
after extracting the archive follow:<br />
1. rename the firefox folder located in /uer/lib/fir&#8230;<br />
2. copy the folder u just extracted &#8220;&#8230;.bz2&#8243; to /usr/lib<br />
3. the folders  /usr/bin/firefox and /usr/lib/firefox are links to the previous folder u just renamed. delete this link. delete these 2 folders and create new links to the the new folder u have just copied by using the command:<br />
#ln -s  /usr/lib/fire&#8230;. /usr/bin/firefox<br />
#ln -s /usr/lib/firefox<br />
This procedure worked for me in Slackware.<br />
Good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S. Nilesh</title>
		<link>http://www.cyberciti.biz/faq/install-firefox3tarbz2-linux/comment-page-1/#comment-41633</link>
		<dc:creator>S. Nilesh</dc:creator>
		<pubDate>Sat, 16 May 2009 11:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/faq/?p=1124#comment-41633</guid>
		<description>pango (http://www.pango.org) is absent in your system</description>
		<content:encoded><![CDATA[<p>pango (<a href="http://www.pango.org" rel="nofollow">http://www.pango.org</a>) is absent in your system</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.100 seconds -->
<!-- Cached page served by WP-Cache -->
