установка Conkeror на Ubuntu 12.04

2065
MarcusJuniusBrutus

Я читаю инструкции на сайте conkeror (и в других местах) о том, как установить conkeror в Ubuntu (я использую 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, по-видимому, не может извлечь пакеты из вновь добавленного 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 

Есть идеи, что может быть не так?

3

2 ответа на вопрос

4
kchris

In your apt output there you have the following line.

W: Failed to fetch http://ppa.launchpad.net/xtaran/conkeror/ubuntu/dists/precise /main/source/Sources 404 Not Found

If you look at the ppa site (https://launchpad.net/~xtaran/+archive/conkeror) you'll see they don't actually have any packages for 12.04

It looks like you'll probably have to try to get one of the nightly .debs to install with dpkg, or build it from source.

0
rɑːdʒɑ

Looking like temporary server down issue .

try again after sometime else do this

open software-center > Edit> Software Sources > Ubuntu software > change your server to other best server and try again .

Похожие вопросы