Read more

Downgrade Firefox 6 to Firefox 5 on Ubuntu

Henning Koch
August 22, 2011Software engineer at makandra GmbH

Note that if you plan to downgrade Firefox because your Selenium tests broke after a Firefox upgrade, there is a better way that doesn't involve downgrading. Mozilla has stated that they will no longer provide security patches for any but the most recent versions of Firefox. So running an old Firefox should not be a long-term solution for anything.

Illustration UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot

If you still want to downgrade your Firefox for other reasons, here is how I downgraded my Firefox 6 to Firefox 5. Doing this will probably fuck up your system and my Firefox text rendering looks like shit now. Anyway, here it goes:

  • Use the bookmark manager (CTRL+Shift+O) to make a backup of your bookmarks. I didn't have to use it, but better safe than sorry.
  • Download a release for your system from ftp://ftp.mozilla.org/pub/firefox/releases/5.0.1/
  • Unpack: tar jxpvf firefox-5.0.1.tar.bz2
  • Copy the files into your system: sudo cp -R firefox /usr/lib/firefox-0.5.1
  • sudo unlink /usr/bin/firefox
  • sudo ln -s /usr/lib/firefox-0.5.1 /usr/bin/firefox

You probably want to disable auto-update in your freshly downgraded Firefox.

Posted by Henning Koch to makandra dev (2011-08-22 21:42)