More and more like Linux systems, the software here also like to set according to their preferences. Forgive me for having less vocabulary.
Let's record this operation. In the future, you don't have to go to other people's blogs step by step.
In centos, Firefox cannot be upgraded to the latest version. How can this problem be solved!
It seems that we can only be self-reliant and make great efforts ~~~
1. download the latest Firefox browser from the official website, www.firefox.com.cn.
2. decompress the package to the/usr/local directory and unzip the command: tar-jxvf Firefox-latest.tar.bz2-C/usr/local
You can also decompress the package directly on the graphic interface.
3. now, go to "system"> "Preferences"> "more preferences"> "preferred applications" and modify the startup command of Firefox, you can reset the location of the executable program Firefox. Enter the new Firefox path in the "command" column,/usr/local/Firefox % u
4. go to the/usr/share/applications/directory, command line, LS command to view the file, find a mozilla-firefox.desktop file, open, in the exec line, change it to Exec =/usr/local/Firefox % u.
OK! Open the Firefox icon and find that the browser has been upgraded to the latest version.
Centos 6.0 Upgrade Firefox