Results 1 to 7 of 7
I have Firefox 1.0.4 on my pc. I thought of upgrading it to the latest 1.0.7. The installation went perfect but what happened is the old version still resides and ...
- 10-14-2005 #1
Firefox Installation
I have Firefox 1.0.4 on my pc. I thought of upgrading it to the latest 1.0.7. The installation went perfect but what happened is the old version still resides and when i typein "firefox" at console or if i choose "firefox" from the menu i get the old version which is 1.0.4!!
How come? How to make my new version 1.0.7 as the latest or how to get rid of of 1.0.4?
Quick help will be greatley appreciated
Registered Linux User#394486
- 10-14-2005 #2
You need to change the symbolic link /usr/bin/firefox to point to the new installation. Erase /usr/bin/firefox, figure out exactly where the new firefox exectuable is, and then do this
After doing this, typing "firefox" should bring up the latest version, and you are free to delete the old version.Code:su - <your password> cd /usr/bin ln -s /where/ever/you/put/the/new_executable firefox exit
Good luck
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-14-2005 #3
Great! It worked really well Thanx a lot mate
I am luving Linux esp Debain
Registered Linux User#394486
- 10-14-2005 #4
Sorry to bother you Smolloy. Can you please tell me how to find the old version of my Firefox 1.0.4 through command line so that i can delete the old version?
Registered Linux User#394486
- 10-14-2005 #5Through the command line?? Hmmm..... Try "whereis firefox" or try using the find command. On my Suse box, the original firefox was somewhere in /opt/Mozilla or something like that.
Originally Posted by exploder Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 10-14-2005 #6Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
You should uninstall it via apt (package manager). It should delete all the related files.
** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **
- 11-07-2005 #7Just Joined!
- Join Date
- Nov 2005
- Location
- UK
- Posts
- 5
firefox issue
that's right, apt-get should remove all old files for you.
Originally Posted by borromini
To make it esaier, if your system has "Synaptic" installed, then you can do a search for "firefox" then upgrade it. when Debian Sarge firefox is called "mozilla-firefox". However if you have sid or etch installed then it's just called "firefox". Hope that helps...


Reply With Quote
