Try:
Code:
tar xvzf firefox-2.0.0.11.tar.gz
cd firefox
./firefox
If it runs fine, you may wish to move it to some other place and link it so it its visible to every user, like to opt:
Code:
cd ..
mv firefox /opt/
ln -s /opt/firefox/firefox /usr/bin/firefox2
Note1: The file name (firefox-2.0.0.11.tar.gz) is a suggestion. Substitute with the correct name for your firefox
Note2: I am linking firefox as "firefox2" to do not conflict with any firefox you have previously installed.
Note3: It usually is a good idea to stick with the firefox provided by your distro to keep consistency. Firefox should update itself anyway...