firefox在debian下安装一直都是有问题。因为一些缘由,firefox被换logo,更名为iceweasel。shell
最近debian的backports一直更新不了iceweasel的apt源,不明缘由。今天有空看看,原来firefox竟然能够直接安装到debian jessie里,真是好。.net
根据官方参考资料,Debian Mozilla team , 使用下面方法:firefox
You need to add the following entry in /etc/apt/sources.list or a new file in /etc/apt/sources.list.d/: deb http://mozilla.debian.net/ jessie-backports firefox-release You can install it with the following commands: $ apt-get update $ apt-get install -t jessie-backports firefox
另外要安装中文插件:插件
apt-get install firefox-l10n-zh-cn
安装的firefox看起来不错。code