Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: How to Install Firefox-20

  1. #1
    Join Date
    May 2007
    Beans
    1,395

    How to Install Firefox-20

    I am using Ubuntu 9.04 (I know it is old, but I love it!), and want to update my firefox. It is currently running Firefox 3.6.11 and many web pages complain that "your browser is old". So I downloaded
    firefox-20.0.tar.bz2 and as per these instructions installed it. Here is what they instruct to do:

    If you already had a previous Firefox version installed in the /opt directory, remove it with the following command:
    sudo rm -r /opt/firefox

    Now move the firefox directory (which was created in your Downloads folder during extraction) to /opt:
    sudo mv firefox /opt/firefox20

    If you want to use Firefox 20 as your default browser:

    “Backup” the old Firefox launcher:
    sudo mv /usr/bin/firefox /usr/bin/firefox-old

    Create a symbolic link pointing to the new Firefox version:
    sudo ln -s /opt/firefox20/firefox /usr/bin/firefox

    No need to update your icons/shortcuts, they should now launch the new version of Firefox.

    Your old Firefox version is still installed. If you want to use it, run firefox-old in a terminal or create shortcuts/icons referring to firefox-old.
    I did exactly what it said to do. Actually there my current Firefox was not installed in the /opt directory, so I just placed the new one there and then did as it says in these instructions. But after so doing, the Firefox installer in my applications -> internet, would not open any Firefox. So I had to revert to the old one by doing

    Code:
    sudo mv /usr/bin/firefox-old /usr/bin/firefox
    Now the old one is again working fine. But how do I make the new one i.e. Firefox-20 active as my current browser?

  2. #2
    Join Date
    Jun 2006
    Beans
    17

    Re: How to Install Firefox-20

    From what I understand, you're manually uncompressing and replacing. But, have you tried to check if it has unmet dependencies? Maybe Synaptic Package Manager can help you there!

  3. #3
    Join Date
    Jun 2006
    Beans
    17

    Re: How to Install Firefox-20

    Also, have you tried running Firefox 20 from the un-tarballed folder? E.g:

    Code:
    rolandog@rolandog-HP-Notebook:~/Downloads/firefox$ ./firefox

  4. #4
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: How to Install Firefox-20

    Quote Originally Posted by rolandog View Post
    From what I understand, you're manually uncompressing and replacing. But, have you tried to check if it has unmet dependencies? Maybe Synaptic Package Manager can help you there!
    If not unmet dependencies, it may be depending on later versions of different libraries.
    @OP, it's your choice, but 9.04 is prett outdated If your holdup is that you like gnome2, you can use a distro that uses gnome2 (Debian squeeze, CentOS, Scientific Linux) or you could try X|Lubuntu.

  5. #5
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: How to Install Firefox-20

    You can check that the new version works by navigating to the /opt/firefox20 directory and double clicking on firefox (not firefox-bin). It should start up.

    The instructions given look good to me. You may have made an error. When following them, check that everything is typed correctly, and all paths are correct. Be sure firefox is not capitalized in the file or directory names.

    Alternately, you can edit the main menu firefox launcher (or even create a new launcher) so that the path in the command box is to the new version. If you also have a panel launcher, you would need to fix that too.

  6. #6
    Join Date
    May 2007
    Beans
    1,395

    Re: How to Install Firefox-20

    Dennis, I went into the firefox20 directory you pointed me to, and clicked on firefox. It did not open. Now, my old Firefox 3.6.11 is already open; I do not know whether that would have prevented the new one from opening. But if that was not a factor, and if your technique of starting up the new firefox20 is correct, then firefox20 is nor working in Ubuntu 9.04. And if course, 9.04 is no longer supported by Ubuntu so there are no repositories for downloading anything such as dependencies. rolandog mentioned about using Synaptic Package manager for fulfilling dependencies. Can this be done in a distro which is not longer supported i.e. does not have repositories? Does it sound like firefox20 will be able to run in Ubuntu 9.04?

    (Upgrading to a later version of Ubuntu is in my plans, although not just this minute. That is another issue. For now, I was hoping to just get a newer browser running.)
    Last edited by swarup; April 8th, 2013 at 11:22 PM.

  7. #7
    Join Date
    Dec 2008
    Location
    Indiana, United States
    Beans
    764

    Re: How to Install Firefox-20

    Extract it to somewhere and create a launcher that points to the file firefox-bin. Just make sure you have the prerequisites listed here http://www.mozilla.org/en-US/firefox...-requirements/ which you should since firefox comes with ubuntu by default anyway. It's really quite simple
    Whoever came up with the phrase "There is no such thing as a stupid question" obviously never had the internet.

  8. #8
    Join Date
    May 2007
    Beans
    1,395

    Re: How to Install Firefox-20

    Hi mamamia88-- I extracted it to the desktop and created a launcher pointing to the file you mentioned. By clicking on the launcher, firefox20 does not open. Perhaps it is the dependencies? I went to the website you mentioned and saw the dependencies, but really do not know how to check whether I have them or not in my system.

  9. #9
    Join Date
    Dec 2008
    Location
    Indiana, United States
    Beans
    764

    Re: How to Install Firefox-20

    Open synaptic and search for them. It will tell you what version you have. Just tried it myself everything but xorg you have to put lib in front of when searching in synaptic. For example pango is libpango
    Last edited by mamamia88; April 8th, 2013 at 11:48 PM.
    Whoever came up with the phrase "There is no such thing as a stupid question" obviously never had the internet.

  10. #10
    Join Date
    Jan 2008
    Beans
    7,744

    Re: How to Install Firefox-20

    When you (try to) run it from the command line as rolandog suggested in post #3, you will get error messages that may be useful in troubleshooting the problem.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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