Firefox 3.0 is the next generation release of the award-winning Firefox web browser from Mozilla.This article describes how to install fiefox3.0a1 in ubuntu linux system.The development name for Mozilla Firefox 3 is Gran Paradiso (a national park in Italy) and final version will be released in May 2007.
Gran Paradiso Alpha 1 is an early developer milestone for the next major version of Firefox that is being built on top
of the next generation of Mozilla’s layout engine, Gecko 1.9. Gran Paradiso Alpha 1 is being made available for testing
purposes only, and is intended for web application developers and our testing community. Current users of Mozilla
Firefox should not use Gran Paradiso Alpha 1.
What is new in Firefox 3.0 ?
If you want to know what is new in Firefox 2 check here
Installing Firefox3.0a1 in ubuntu
Preparing your system
sudo apt-get install libstdc++5
Now you need to take backup of your old firefox prferences
sudo cp -R ~/.mozilla ~/.mozillabackup
Now you need to download firefox 3.0a1 from Mozilla site
wget -c http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/firefox-3.0a1.en-US.linux-i686.tar.bz2
Unzip the .tar.bz2 file in /opt directory using the following command
sudo tar -C /opt -jxvf firefox-3.0a1.en-US.linux-i686.tar.bz2
Now you need to link the plugins using the following command
cd /opt/firefox/plugins/
sudo ln -s /usr/lib/mozilla-firefox/plugins/* .
Now you need to create a link to your new firefox launcher using the following command
sudo dpkg-divert --divert /usr/bin/firefox.ubuntu --rename /usr/bin/firefox
sudo ln -s /opt/firefox/firefox /usr/bin/firefox
sudo dpkg-divert --divert /usr/bin/mozilla-firefox.ubuntu --rename /usr/bin/mozilla-firefox
sudo ln -s /opt/firefox/firefox /usr/bin/mozilla-firefox
This will complete the installation of firefox 3.0a1
You can see in the following screen firefox 3.0a1 in action
Firefox Version Details
Firefox3.0a1 Addons
If you want Firefox3.0a1 addons list check here
Troubleshooting
If you want to troubleshoot any problem with firefox3.0a1 check here
For debian users they can run the above commands without sudo it should work without any problem.
Should I uninstall Firefox 2 first ( I am running Ubuntu) ?
not required it deos automatically redirct to new version
How do I remove the divert if I want to?
if you want to remove the divert you can use the command like this
dpkg-divert --remove /usr/bin/mozilla-firefox.ubuntu --rename /usr/bin/firefox
this is an example
You saved me, i needed tut like that.
But you made a mistake.
In Introduction you are talking about Gran Paradiso (and post troubleshooting link about it) and them you show how to install latest nightly trunk that is called Minefield (every is called Minefield because using it is like walking thought minefield). Actually it is even more upgraded Gran Paradiso but there is no point in using it because it is no official alpha that they want tested. Maybe you wanted it like that, but for people that want Gran Paradios steps are same as written above just you should use command
wget -c http://releases.mozilla.org/pub/mozilla.org/firefox/releases/granparadiso/alpha1/linux-i686/en-US/granparadiso-alpha1.tar.bz2 instead
wget -c http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/firefox-3.0a1.en-US.linux-i686.tar.bz2 as you wrote, and command
sudo tar -C /opt -jxvf granparadiso-alpha1.tar.bz2
instead
sudo tar -C /opt -jxvf firefox-3.0a1.en-US.linux-i686.tar.bz2 when uncompressing. Everything else is same.
Cheers
hi there
i wanted to thanks you
your blog is very helpfull
as a nuB i run all day long betwin forums and such
here i have found a lot of good advice without messing arround to much
thanks again-i hope there will be other good ppl like you
omega