Find the answer to your Linux question:
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 ...
  1. #1
    Linux Newbie exploder's Avatar
    Join Date
    Jun 2005
    Location
    127.0.0.1
    Posts
    164

    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

  2. #2
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    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
    Code:
    su -
    <your password>
    cd /usr/bin
    ln -s /where/ever/you/put/the/new_executable firefox
    exit
    After doing this, typing "firefox" should bring up the latest version, and you are free to delete the old version.

    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

  3. #3
    Linux Newbie exploder's Avatar
    Join Date
    Jun 2005
    Location
    127.0.0.1
    Posts
    164
    Great! It worked really well Thanx a lot mate I am luving Linux esp Debain
    Registered Linux User#394486

  4. #4
    Linux Newbie exploder's Avatar
    Join Date
    Jun 2005
    Location
    127.0.0.1
    Posts
    164
    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

  5. #5
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Quote Originally Posted by exploder
    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?
    Through 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.
    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

  6. #6
    Linux 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! **

  7. #7
    Just Joined!
    Join Date
    Nov 2005
    Location
    UK
    Posts
    5

    firefox issue

    Quote Originally Posted by borromini
    You should uninstall it via apt (package manager). It should delete all the related files.
    that's right, apt-get should remove all old files for you.
    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...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •