Results 1 to 6 of 6

Thread: HOWTO: "Downgrade" Firefox 3b5 to Firefox 2 in Hardy

  1. #1
    Join Date
    Dec 2006
    Location
    Oxford, OH
    Beans
    341
    Distro
    Ubuntu 8.04 Hardy Heron

    HOWTO: "Downgrade" Firefox 3b5 to Firefox 2 in Hardy

    A lot of people over in ABT are asking about downgrading Firefox 3b5 to Firefox 2 in Hardy because a lot of extensions and/or customizations don't work yet. Here's how:

    FF3b5 = Firefox 3 Beta 5 (installed in Hardy by default)

    FF2 = Firefox 2


    Tested on Ubuntu Hardy 64-bit.

    =======================

    1. Make a list of the extensions you want in FF2. Trying to "backport" extensions from FF3b5 to FF2 can get messy. Simply reinstalling them in FF2 is easier IMHO.

    2. In terminal, type:

    Code:
    sudo apt-get purge firefox
    This will uninstall FF3b5 from your system.

    3. Wipe your FF3b5 profile with:

    Code:
    rm -r ~/.mozilla/firefox/
    4. FF2 is still in the repos, so you can install it with a simple:

    Code:
    sudo apt-get install firefox-2
    Done!

    =======================

    TO REVERT CHANGES

    To undo this process and install FF3b5 again:

    Code:
    sudo apt-get purge firefox-2
    rm -r ~/.mozilla/firefox/
    sudo apt-get install firefox

  2. #2
    Join Date
    Feb 2008
    Location
    Columbia, MD
    Beans
    Hidden!

    Re: HOWTO: "Downgrade" Firefox 3b5 to Firefox 2 in Hardy

    This did not work for me. After following all of these steps, firefox 3 was installed again on my system.

  3. #3
    Join Date
    Nov 2007
    Location
    NC, USA
    Beans
    829
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOWTO: "Downgrade" Firefox 3b5 to Firefox 2 in Hardy

    The "firefox" package is a meta-package that refers to the beta. Installing it will reinstall the beta.

    Also, if you want to use any plugins for Firefox from the repo, it'll prompt you to reinstall the beta. Best bet is to either bite the bullet and go with the beta or install Swiftfox.
    Linux User #460341 || Ubuntu User #19510 || Unanswered Posts Team

  4. #4
    Join Date
    Jul 2007
    Beans
    1

    Re: HOWTO: "Downgrade" Firefox 3b5 to Firefox 2 in Hardy

    What has worked for me was:

    sudo apt-get purge firefox-3.0
    rm -R ~/.mozilla/firefox
    sudo apt-get install firefox-2
    cd /usr/bin
    ln -s firefox-2 firefox

    WELCOME BACK TAB MIX PLUS!

  5. #5
    Join Date
    Jan 2006
    Beans
    67

    Re: HOWTO: "Downgrade" Firefox 3b5 to Firefox 2 in Hardy

    Yep, Tab Mix Plus is the indispensable FF-2 extension for me. I think I could handle the loss of the other extensions, but I HATE a scrolling tab bar and want a multi-row tab bar and don't know how to do that in FF-3.

    Seems like removing your profile is a bit of a nasty. But strangely enough, once FF-3 has disabled incompatible extensions, you can not re-enable them in FF-2, AFAIK. Ill-behaved bleeding application. I really don't want to wipe my profile, reimport my bookmarks 7 reinstall all my extensions. Any body figure out how to allow FF-2 to use your old extensions?

  6. #6
    Join Date
    Jan 2006
    Beans
    67

    Re: HOWTO: "Downgrade" Firefox 3b5 to Firefox 2 in Hardy

    OK, I answered my own question. You can delete or rename extensions.rdf in your profile and a new one will be regenerated when you start FF again, so you don't need to delete your old profile and reinstall.

    BTW, there is a beta version of TMP available that is supposed to work with FF-3, though I had to dig a tad to find it:

    http://tmp.garyr.net/tab_mix_plus-dev-build.xpi

Tags for this Thread

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
  •