ufm: (Default)
[personal profile] ufm
cd ~/Downloads
cp -R ~/.mozilla ~/.mozillabackup
sudo tar -C /opt -jxvf firefox-3*.tar.bz2
sudo mv /opt/firefox/plugins /opt/firefox/plugins.old
sudo ln -s /usr/lib/mozilla/plugins /opt/firefox/plugins
sudo dpkg-divert --divert /usr/bin/firefox.ubuntu --rename /usr/bin/firefox
sudo ln -s /opt/firefox/firefox /usr/bin/firefox

Originally published at U.F.M's Homepage. You can comment here or there.