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