• Sharebar

The purpose of this post is to give the users the flavor of Firefox 3.6 on Ubuntu 9.10 (Karmic Koala). We will only focus on using the PPA repository for Karmic Koala. We will see how to upgrade to Firefox 3.6 which was already released a few months back.

Open the terminal window and type the following command:

sudo add-apt-repository ppa:mozillateam/firefox-stable

Next we need to update the software sources. Type the following at the terminal:

sudo apt-get update

All that is left now is to install Firefox 3.6. To do so type the following command in the terminal window:

sudo apt-get install firefox-3.6

This should install Firefox 3.6 on your Ubuntu 9.10 machine