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:
How to enable a disabled account in finch i1. Open Action Menu (Alt+A) and open Accounts window in finch. 2. Select the account to enable using the arrow keys. 3. Press SPACEBAR and the [X] … Read More
Howto Install More Than 4Gb Memory in 32 bit Ubuntu - How to Install PAE ( Physical Address Extension)If You Install More than 4 GB Memory in your 32bit ubuntu Machine It will not access the memory beyond 4GB.The x86 architecture presently uses only 36… Read More
Install Adobe PDF Reader with Plug-in for Mozilla Firefox in ubuntuAdobe Acrobat was the first software to support Adobe Systems’ Portable Document Format (PDF). It is a family of software, some commercial and some fr… Read More
How to make Ubuntu 9.04 (Jaunty Jackalope) Multimedia ReadyUbuntu 9.04 Required the foll0wing steps to Run Multimedia files like MP3, AVI, Mpeg, Flash file etc... In Ubuntu 9.04 "Jaunty jackalop", the univer… Read More
Howto Mount and Unmout ISO images without burning them in ubuntuSome times you want to use iSO images without burning them.If you don’t want to waste your CD’s/DVD’s here is the simple possible solutions using thes… Read More
0 comments:
Post a Comment