Install Firefox 3.5 - The Fastest Browser on Ubuntu Intrepid Ibex
Posted on Friday, July 03, 2009, under Firefox
0
Firefox 3.5 is more than twice as fast as Firefox 3, and ten times as fast as Firefox 2.
Steps to install firefox 3.5 on Ubuntu Intrepid Ibex System:
- Go to Accessories>Terminal and enter following code:
$ sudo sh -c "echo 'deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu intrepid main' >> /etc/apt/sources.list"
$ sudo sh -c "echo 'deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu intrepid main' >> /etc/apt/sources.list"
- Now add Authentication key through following code:
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE
- And the last and final code:
$ sudo apt-get update && sudo apt-get install firefox-3.5
Now, enjoy the fastest browser!























