在 Ubuntu 12.04 上安装 Conkeror

在 Ubuntu 12.04 上安装 Conkeror

我正在阅读康克罗尔网站(以及其他地方)关于如何在 Ubuntu 上安装 conkeror(我使用的是 Ubuntu 12_04 LTS),似乎正确的顺序是:

sudo apt-add-repository ppa:xtaran/conkeror
sudo apt-get update
sudo apt-get install conkeror conkeror-spawn-process-helper

第一步(apt-add-repository)似乎执行没有问题,给出以下输出:

You are about to add the following PPA to your system:
Conkeror Debian packages for Ubuntu releases without xulrunner (i.e. for 11.04 Natty and later)
More info: https://launchpad.net/~xtaran/+archive/conkeror
Press [ENTER] to continue or ctrl-c to cancel adding it

Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-  keyring /tmp/tmp.Re7pWaDEQF --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv CB29CBE050EB1F371BAB6FE83BE0F86A6D689050
gpg: requesting key 6D689050 from hkp server keyserver.ubuntu.com
gpg: key 6D689050: "Launchpad PPA for Axel Beckert" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

但是,apt-get update 似乎无法从新添加的 PPA 中获取包,其输出结尾为:

Hit http://security.ubuntu.com precise-security/restricted Translation-en
Hit http://security.ubuntu.com precise-security/universe Translation-en
Err http://ppa.launchpad.net precise/main Sources                    
404  Not Found
Ign http://extras.ubuntu.com precise/main Translation-en_US
Err http://ppa.launchpad.net precise/main i386 Packages
404  Not Found
Ign http://extras.ubuntu.com precise/main Translation-en
Ign http://ppa.launchpad.net precise/main Translation-en_US
Ign http://ppa.launchpad.net precise/main Translation-en
W: Failed to fetch http://ppa.launchpad.net/xtaran/conkeror/ubuntu/dists/precise  /main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/xtaran/conkeror/ubuntu/dists/precise/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

因此,apt-get-install conkeror 会失败:

mperdikeas@mperdikeas:~$ sudo apt-get install conkeror
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package conkeror

知道可能是什么问题吗?

答案1

在您的 apt 输出中您有以下行。

W:获取失败 http://ppa.launchpad.net/xtaran/conkeror/ubuntu/dists/precise /main/source/Sources 404 未找到

如果你看一下 ppa 网站 (https://launchpad.net/~xtaran/+archive/conkeror)你会发现他们实际上没有任何适用于 12.04 的软件包

看起来您可能必须尝试使用​​ dpkg 安装一个夜间 .deb,或者从源代码构建它。

答案2

看起来像是服务器暂时瘫痪的问题。

稍后再试

打开软件中心 > 编辑> 软件源 > Ubuntu 软件 > 将您的服务器更改为其他最佳服务器然后再试一次 。

相关内容