How to install firefox 4.0 beta in ubuntu using PPA
This tutorial will explain How to install firefox 4.0 beta using PPA
Note:- Firefox 4.0 is still in beta version so it is not recommended for production use
Open the terminal and run the following commands
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa
sudo apt-get update
sudo apt-get install firefox-4.0
I have been using this beta, ho do I upgrade to the new 4.0 RC?
And what happens with TBird aka Shredder that was included?
Thanks
if you want to remove only write in console: sudo apt-get remove firefox-4.0 😀
Peter,
sudo add-apt-repository ppa:mozillateam/firefox-stable
sudo apt-get update && sudo apt-get upgrade 😉