Find the answer to your Linux question:
Results 1 to 7 of 7
Hi guys. I hope everything is going well for you. I'm using Linux Mint Debian Edition. I see that the latest version of firefox is out and I would like ...
  1. #1
    Linux Newbie
    Join Date
    Jun 2009
    Posts
    111

    Question How to manually upgrade to firefox 4.0

    Hi guys. I hope everything is going well for you.

    I'm using Linux Mint Debian Edition. I see that the latest version of firefox is out and I would like to try it. Problem is, it probably wont show up in my package manager for a long, long time.

    So I thought I would try to manually install it. I downloaded it and untar'ed the zip fie correctly. Then I copied over my old firefox directory with this one. Didn't work. The old firefox was still getting loaded up. I've done some research and it looks like i have to create a link. I don't know how to do this.

    Any help would be appreciated. take care,


  2. #2
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,942
    On my lighter installs like Puppy and AntiX. If I want to run Iron Browser or Firefox 4 as a static install. I unzip/extract the Firefox .bz2 file. I move it to /home or /opt.

    Then create a seperate launcher depending on where I install it. in /opt the command is

    Code:
    /opt/firefox/firefox
    I also use the Icon in the firefox folder I extracted for the launcher icon.

    For /home

    Code:
    /home/<user name goes here>/firefox/firefox
    You might have left overs on old firefox install is why old Firefox is launching. To totally uninstall firefox in Debian and start from scratch. In terminal as root

    Code:
    apt-get -purge remove firefox
    I run Iceape. So that is why when I install another browser Outside of Synaptic package manager. I just run it alone by itself from extracted folder. This philosophy works for me in Puppy when I want to run the latest Seamonkey also.

    Edit: You might also want to look for a binary .deb pkg for Debian which you can install with gdebi or dpkgk -i command also. It will handle overwriting old Firefox also. I think Debian Sid has a package. I will google it.
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  3. #3
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,942
    Err, Iceweasel latest is all I can find for Debian (Forgot). I also forgot LMDE is not really totally Debian philosophy. Sorry.
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Installing Firefox 4RC2/Final on Mint Debian - Linux Mint Community

    Obviously, change to the final release, but otherwise the above guide should work.

  5. #5
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,296
    this worked perfectly on 64 bit LMDE
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  6. #6
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    You could also go the ppa route.

    Except we're talking the Debian Mint. Doh. That's why I didn't post that the first time, but the old brain goes.

  7. #7
    Just Joined!
    Join Date
    Apr 2011
    Posts
    2
    thanks "reed9", saved my life

Posting Permissions

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