1.下载指定语言的火狐浏览器
https://www.mozilla.org/zh-CN/firefox/all/#product-desktop-release
2.卸载系统当前 firefox
apt-get purge firefox
3.解压到 /opt/ 目录下
tar jxvf Firefox-latest-x86_64.tar.bz2 -C /opt
4.更改属主
chown -R root:root /opt/firefox
5.创建桌面快捷方式
vim /usr/share/applications/firefox.desktop
[Desktop Entry]
Name=firefox
Name[zh_CN]=火狐浏览器
Comment=火狐浏览器
Exec=/opt/firefox/firefox
Icon=/opt/firefox/browser/chrome/icons/default/default128.png
Terminal=false
Type=Application
Categories=Application;
Encoding=UTF-8
StartupNotify=true
6.创建启动程序链接
ln -s /usr/share/applications/firefox.desktop /usr/bin/firefox