- Debian Admin - http://www.debianadmin.com -
Install Firefox2 in Ubuntu and List of Recomended Addons
Posted By Admin On 25th October 2006 @ 10:15 In General, Other Linux | 24 Comments
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
What is new in Firefox 2 ?
If you want to know what is new in Firefox 2 check here
Installing Firefox2 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 2 from Mozilla site
wget -c ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/2.0/linux-i686/en-GB/firefox-2.0.tar.gz
Unzip the .tar.gz file in /opt directory using the following command
sudo tar -C /opt -xzvf firefox-2.0.tar.gz
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 2
You can see in the following screen firefox 2 in action
Firefox Version Details
Firefox2 Recommended Addons
If you want firefox2 recommended addons list check here
For debian users they can run the above commands without sudo should work without any problem.
You may also be interested in...
Article printed from Debian Admin: http://www.debianadmin.com
URL to article: http://www.debianadmin.com/install-firefox2-in-ubuntu-and-list-of-recomended-addons.html
Click here to print.