First check that the system has not been installed:
Rpm-qa|grep Firefox
If there is an installation, first delete
RPM-E *
Different versions of Firefox download: Http://liulanmi.com/firefox
Here's how:
1, go to the official website to download the latest version of Firefox, take firefox-latest.tar.bz2 as an example
2, unzip this latest version: TAR-JXVF firefox-latest.tar.bz2, after decompression is a Firefox folder
3, the system of Firefox placed under the/usr/lib/firefox, depending on the version, the last folder name may be different.
4, delete/usr/lib/firefox, it has a link file, is/usr/lib/firefox, and deleted
Rm-rf/usr/lib/firefox
5, the latest version of Firefox moved to/usr/lib, and renamed to Firefox36
MV Yourpath/firefox/usr/lib/firefox (Yourpath is the path of Firefox download)
6. Create a new link file for it
Ln-s/usr/lib/firefox-12/firefox/usr/bin/firefox
7. Enter the type of Firefox at the command line
Discover that Firefox is performing/usr/bin/firxfox
Install Firefox under Linux