How can I install an older version of Firefox?

I have installed Ubuntu 14.04, which already has Firefox v31. I want to install an older version of Firefox. How can i do it?


This page has all the deb packages of Firefox from 3.5 to the newest version.


To use two or more versions of firefox (which maybe some older versions).

Download the older version of firefox from the archive: Mozilla.org_ftp_site

Unzip somewhere.

Next open terminal and use the following command to add a new firefox user.

firefox --no-remote -P

Create a new user, take note of the user-name. (Different users will have unique user data, bookmarks etc...)

Next, create a launcher for the 'firefox' you just unzip. Go inside the unzipped folder , there you will find a firefox file (binary) which launches the program. When creating the launcher, update the command as:

/path/to/unzipped/firefox --no-remote -P "<user-name>"

Use link to know about creating a launher : Creating launcher in Ubuntu

And now, with this launcher the newly downloaded version of firefox can be used. Important - check the build version to verify.

In the url bar about: to check the build version.


If you want to install an older version of Firefox (and I dare to guess that's because the new australis UI? ) at least use the firefox-esr version.

Firefox-ESR = Firefox Extendend Support Release, and at least you will have the latest security updates.

You can download and use the latest Firefox-ESR release from the Official Firefox page.

Alternatively:

I have created some srciprts for this puprose that are hosted at github. You can download the appropriate one and execute it. (click the raw button to download the script)

The scripts need root privileges in order to execute them, because they will download and write some files inside /opt/ directory.

If you want to read the script before you execute it (and this is always a good thing to do), you can do so with a text editor (like gedit or nano) or directly at github page.

The github page is here.


Check this link: Mozilla FTP site. You can download your desired version, but note that these are not .deb files. You will need to extract the .tar.gz files, and run the firefox binary.