Removing Firefox on Ubuntu
You may use this command to downgrade firefox from version 3 to version 2,
$ sudo apt-get remove firefox-3.0 && sudo apt-get install firefox-2
The already installed plugins won’t work for firefox 2. So you have to rename your firefox settings folder to other name by executing:
$ mv .mozilla mozilla.downgrade
Tags: linux, firefox, remove, browsing