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

0saves
If you enjoyed this post, please consider leaving a comment or subscribing to the RSS feed to have future articles delivered to your feed reader.

Related posts:

  1. How to install Firefox 3.6 on Ubuntu {Karmic Koala}
  2. GIMP 2.7.1: Installation guide for Ubuntu
  3. Install IceCat 3.6 on Ubuntu 9.10
  4. Install Grub 2 on Ubuntu {Jaunty Jackalope}: How-to
  5. Install XAMPP-Linux Apache MySQL and PhP {LAMP} on Ubuntu: How-to