Fight for the Internet 1!

Thursday, July 2, 2009

Firefox 3.5 is finally out!

So Firefox 3.5 was finally released officially yesterday. Any of you Slashdot readers probably knew about it just slightly before I did!

If you are running Ubuntu, as every good person should, Firefox-3.5 is not in the official repositories yet. But do not despair! You can add the PPA Ubuntu Mozilla Security repository to your system and download FF35 immediately.

For full details, see here: https://launchpad.net/~ubuntu-mozilla-security/+archive/ppa

For the quick 6-step process, do the following:
(All from command line.)
  1. sudo echo "deb http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu jaunty main" | sudo tee -a /etc/apt/sources.list
  2. gpg --keyserver keyserver.ubuntu.com --recv-keys B9F1C432AE74AE63
  3. gpg --armor --export B9F1C432AE74AE63 | sudo apt-key add -
  4. sudo apt-get update
  5. sudo apt-get install firefox-3.5
  6. firefox-3.5 & # Or just start firefox-3.5 from the Run Dialog
You will still have firefox-3.0 on the system and in fact, it will still be the default application if you ever simply ran the command 'firefox.'

I probably will be running some speed tests here soon, and if I do, I will post the resulting comparison between the two browser versions.