Linux-Noob Forums
more on installing Firefox 2.0 - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html)
+---- Forum: Web Browsers (https://www.linux-noob.com/forums/forum-24.html)
+---- Thread: more on installing Firefox 2.0 (/thread-1608.html)



more on installing Firefox 2.0 - Jennifer S - 2007-02-03


How embarrassing. Eight years ago, I had sysadmin powers at my university and knew my way around unix backward and forward. Now I've installed Fedora Core 6 and I'm still relying on the GUI to take care of most of my business. [img]<___base_url___>/uploads/emoticons/default_dry.png[/img]

 

At present, I'm trying to install Firefox 2.0.0.1. I un-tarred the compressed file and put it into a directory, /home/jennifer/firefox. That should be enough, right? Well, I execute "./firefox &" in the console window while in that directory, and ... Firefox 1.5.0.9 invariably runs. All I can guess is that in spite of explicitly stipulating that I wanted to run the version of firefox in /home/jennifer/firefox, it's defaulting to a system-wide link that refers to the old version.

 

How do I overwrite Firefox 1.5.0.9, obliterating it so that only Firefox 2 is left?

 

Thank you so much for helping out this noob.




more on installing Firefox 2.0 - anyweb - 2007-02-03


as root try this

 



Code:
yum -y remove firefox


(that'll remove the original firefox installation)

 

once it's all done, then untar firefox again and read the INSTALL.TXT or README that comes with it

 

cheers

anyweb




more on installing Firefox 2.0 - Jennifer S - 2007-02-04


Quote:as root try this 



Code:
yum -y remove firefox

<div>
(that'll remove the original firefox installation)

 

once it's all done, then untar firefox again and read the INSTALL.TXT or README that comes with it

 

cheers

anyweb

</div>
 

Thank you so much! Good ol' yum. It worked beautifully, and I am typing to you from Firefox 2. :)




more on installing Firefox 2.0 - atomiser - 2007-02-12


hi

 

im new here, so be gentle!!!

 

i too have downloaded firefox 2 and am trying to get it to work on fedora core 6.

 

i untarred it to my home directory and tried to run ./firefox and received an error pertaining to libstdc++.so5, i found a way around this by using yum to install it. i too then ran ./firefox and it was launching the old version.

 

i followed the instructions here and now im typing this from firefox 2, fantastic!

 

a couple of questions though.

 

surely my home directory is not the best place to run this from? should it be moved? where to? and also, the web browser shortcut still works - how so?!

 

cheers.




more on installing Firefox 2.0 - anyweb - 2007-02-12


the default folder/directory for firefox IS in your home directory

 

see here [/url][url=http://www.mozilla.com/en-US/firefox/2.0.0...enotes/#install]http://www.mozilla.com/en-US/firefox/2.0.0...enotes/#install

 

Quote:Linux and Unix systems ~/.mozilla/firefox
 

note that the ~/ means your 'home' directory, for example /home/username/

 

the '.' in front of the mozilla directory means that the folder is hidden by default (as are most configuration programs in your home dir - try

Code:
ls -al


to list them all.)

 

so you are safe in leaving firefox 2 in it's default directory

 

cheers

anyweb