Firefox 4 on Ubuntu 10.10

March 26, 2011

I wanted to install Firefox 4, now it's been released, onto my Ubuntu 10.10 system. This can be done using the following at the command line:

$ sudo apt-add-repository ppa:mozillateam/firefox-stable
$ sudo apt-get update
$ sudo apt-get install firefox

References