红联Linux门户
Linux帮助

直接通过源安装傲游浏览器的方法(Debian/Ubuntu系)

发布时间:2014-04-05 04:56:47来源:红联作者:contne
原作者Jokers_i

1.添加公编

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key F8D030EC

2.添加傲游源

sudo apt-add-repository "deb http://dl.maxthon.cn/linux/deb/ stable maxthon"

或者:

sudo echo "deb http://dl.maxthon.cn/linux/deb/ stable maxthon" > /etc/apt/source.list.d/maxthon.list

3.更新源

sudo apt-get update

4.安装浏览器

sudo apt-get install maxthon-browser-stable

5.去玩吧.
文章评论

共有 2 条评论

  1. cosxeb 于 2014-04-07 08:59:24发表:

    看一下

  2. zhiyizhi 于 2014-04-05 16:25:51发表:

    W: Failed to fetch http://dl.maxthon.cn/linux/deb/dists/stable/Release Unable to find expected entry 'maxthon/source/Sources' in Release file (Wrong sources.list entry or malformed file)
    看来是源有问题啊!