Posts tagged firefox 3.6. firefox 3.6 karmic koala

firefox3.5

How to install Firefox 3.6 stable release on Ubuntu 9.10 using PPA

7

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 More >
ff3.63

How to install Firefox 3.6 on Ubuntu {Karmic Koala}

47

Firefox is my browser and I don’t see no reason why it won’t be any more in future. Firefox is celebrating 5 years of giving us great browsing experience and have helped us save countless amount of dollars saving us from the malwares written for Internet Explorer. Let us see how to install Firefox 3.6 on Karmic Koala (Ubuntu 9.10).

Install Firefox 3.6 on Ubuntu

1. Add the following Mozilla PPA by bringing up the terminal window:

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

2. Next we need to add the GPG key:

sudo More >
Go to Top