Install Latest Firefox 3.6.2 in Ubuntu using Ubuntuzilla Repository

The latest Firefox build, Firefox 3.6.2 is released. And Ubuntuzilla Repository is the easiest way to install Firefox 3.6.2 in Ubuntu. Update: Firefox 3.6.3 is released. Simply follow the same steps given below to install Firefox 3.6.3 in Ubuntu.

What's new in Firefox 3.6.2
  • Fixed a critical security issue that could potentially allow remote code execution and also include some other security related updates.
  • Enhanced Stability.
A Few Things About Ubuntuzilla Script
  • Existing Ubuntuzilla users should remove Firefox you have installed using Ubuntuzilla, if any, to avoid conflicts. How to remove is described in the last portion of this post.
  • It is recommended that, you back up your Firefox user profile. It is located by default in /home/USERNAME/.mozilla directory.
  • Since Mozilla does not releases 64bit builds, following will only work for 32 bit users.
  • Now let's get started with the installation of Firefox 3.6.2 in Ubuntu using Ubuntuzilla.
Add the GPG Key First of all
  • Just copy-paste the following command to Terminal. 
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com C1289A29
  • Done.
Now Add Repo for Ubuntuzilla
  • Now, you should choose your steps depending on the version of Ubuntu you use.
For Ubuntu Jaunty (9.04), Ubuntu Karmic (9.10) and Later
  • Copy-paste the following command into terminal to add the repo for Ubuntu Jaunty and later.
echo -e "\ndeb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | sudo tee -a /etc/apt/sources.list > /dev/null

For Ubuntu Intrepid (8.10), Ubuntu Hardy (8.04) and Earlier
  • You need to add the following Repo to your sources.list. Again, Copy-paste the command onto Terminal.
echo -e "\ndeb http://switch.dl.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" | sudo tee -a /etc/apt/sources.list > /dev/null

Installing the Latest Firefox Build
  • Now, we have finished all the major steps. All you need is to get the latest Firefox build, Firefox 3.6.2 in this case, in your Ubuntu. 
sudo apt-get update
sudo apt-get install firefox-mozilla-build
  • Alternatively, you could simply goto Synaptic and search for the package firefox-mozilla-build.
  • Thats it. Now, whenever a new version of Firefox comes out, all you ever need to do is a sudo apt-get upgrade. It's that simple. 
Don’t miss a post! Be sure to subscribe to this blog – Click Here!