Categories

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

Installing older versions of Firefox in Ubuntu 10.04 64 bits

Sometimes we need to run older versions of Mozilla Firefox in order to overcome compatibility issues with other software. For an example of these situations, see this post.

Download

You can download older versions of Firefox from this page. If you need a particular version and you can’t find it there, you may try constructing the download URL yourself. For example:

http://www.mozilla.com/en-US/products/download.html?product=firefox-3.5.9&os=linux&lang=en-US

Will download Firefox version 3.5.9 for Linux in English. You may modify these three parameters to get any other version.

Run

Unpackage the tarball and run firefox:

$ tar jxpvf firefox-3.5.9.tar.bz2
$ ./firefox/firefox

Troubleshooting

If you get the following error when executing firefox:

$ ./firefox
./run-mozilla.sh: 399: ./firefox-bin: not found
$

Then you probably need to install some libraries to support running 32 bits applications:

$ sudo apt-get install ia32-libs

Enjoy!

  • Delicious
  • Facebook
  • Digg
  • Reddit
  • StumbleUpon
  • Twitter

10 comments to Installing older versions of Firefox in Ubuntu 10.04 64 bits

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>