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
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.
How to Install Firefox3.0a1 in Ubuntu
Related Posts:
Install vmware tools in UbuntuIt is very important that you install VMware Tools in the guest operating system.With the VMware Tools SVGA driver installed, Workstation supports sig… Read More
How to change Screen resolution in UbuntuThis tutorial will explain how to change Screen resolution in Ubuntu and this might work in all ubuntu versions Procedure to follow 1) Go to System… Read More
How to Convert PDF files to HTML filesTranslates pdf documents into html format.Translates pdf files into HTML or XML formats, combined with png images. Supports encrypted pdf files.There … Read More
How to Crack pdf File Passwordyou want to crack pdf file passwords use pdfcrack.PDFCrack is a GNU/Linux (other POSIX-compatible systems should work too) tool for recovering passwor… Read More
Install Flash Player 9 Update in UbuntuAdobe Flash Player is the standard for delivering high-impact, rich Web content. Designs, animation, and application user interfaces are deployed imme… Read More
0 comments:
Post a Comment