Install FireFox 3.5 On Ubuntu

By Ali Hammad Baig on 11:39 PM

Filed Under: ,

To install the latest Firefox 3.5 (final) or Firefox 3.6 in Ubuntu, open a terminal and:

sudo sh -c "echo 'deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main' >> /etc/apt/sources.list"
sudo sh -c "echo 'deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main' >> /etc/apt/sources.list"

Then add the Launchpad PPA GPG key:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE

Or use the automatic Launchpad PPA script to add the GPG key.

And finally, install Firefox 3.5 final:

sudo apt-get update && sudo apt-get install firefox-3.5

or:

sudo apt-get update && sudo apt-get install firefox-3.6


If you already have a version of Firefox 3.5 installed from a repo:

sudo apt-get update && sudo apt-get upgrade


0 comments for this post

Post a Comment

Blog Widget by LinkWithin