红联Linux门户
Linux帮助

Ubuntu 16.04安装 Pale Moon浏览器

发布时间:2016-08-24 15:43:02来源:topspeedsnail.com作者:斗大的熊猫
Pale Moon是基于火狐的开源浏览器,支持Linux、Windows和Android系统。它专注于提升Firefox的速度和易用性。
 
主要特性:
 
使用Goanna浏览器引擎,它是Gecko的分支
兼容大部分Firefox插件
主页:http://www.palemoon.org/
参考:http://linux.palemoon.org/
 
添加第三方仓库:
$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/stevenpusser/xUbuntu_16.04/ /' >> /etc/apt/sources.list.d/palemoon.list"
$ wget http://download.opensuse.org/repositories/home:stevenpusser/xUbuntu_16.04/Release.key
$ sudo apt-key add - < Release.key
 
安装Pale Moon:
$ sudo apt-get update
$ sudo apt-get install palemoon
Ubuntu 16.04安装 Pale Moon浏览器
 
本文永久更新地址:http://www.linuxdiyf.com/linux/23593.html