卸载国际版
apt remove --purge firefox*
下载国内版Firefox-latest-x86_64.tar.bz2
解压到opt目录
tar jxvf Firefox-latest-x86_64.tar.bz2 -C /opt
更改属主
chown -R root:root /opt/firefox/
创建桌面快捷方式
sudo gedit /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
创建启动程序链接
sudo ln -s /usr/share/applications/firefox.desktop /usr/bin/firefox