Install Firefox 3.6 In Ubuntu
Mozilla released Firefox 3.6 few days ago. It is fast to start and fast to do js things. More in release notes here.
Installing Firefox 3.6 is same as installing Thunderbird 3 which I have already covered here.
I'll just copy pate those things here. So to update your Firefox follow the steps below:
Installing Firefox 3.6 is same as installing Thunderbird 3 which I have already covered here.
I'll just copy pate those things here. So to update your Firefox follow the steps below:
- Open Terminal
- Add Mozilla's sources by:
- For Karmic:
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
- For version older than Karmic:
echo 'deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu ubuntu_version main' | sudo tee -a /etc/apt/sources.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE- sudo aptitude update
- sudo aptitude install firefox-3.6 firefox-3.6-gnome-support firefox-3.6-branding
- sudo aptitude safe-upgrade (just in case you've missed anything)
- sudo rm /etc/apt/sources.list.d/ubuntu-mozilla-daily-ppa-karmic.list (Otherwise your update manager will show new updates each day)
- sudo aptitude update
Comments
Post a Comment
Comments are moderated. No spam please.