This information is outdated. You can check here for new updates!

Firefox 7 Installation (Stable Release)
To install Firefox 7 on Ubuntu 11.10, then issue these commands:
sudo apt-get update
sudo apt-get upgrade
sudo add-apt-repository ppa:mozillateam/firefox-stable
sudo apt-get update
sudo apt-get install firefox
Or
sudo add-apt-repository ppa:ubuntu-mozilla-daily/firefox-aurora
sudo apt-get update
sudo apt-get install firefox
Firefox 9 Installation (Nightly Channel)
To install Firefox 9 (Nightly Channel) on Ubuntu 11.04, then issue these commands:
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
sudo apt-get update
sudo apt-get install firefox-trunk
To uninstall Firefox 9, then use this command:
sudo ppa-purge ppa:ubuntu-mozilla-daily/ppa
That's it!
Post a Comment