web-dev-qa-db-ja.com

Ubuntu12.04にConkerorをインストールする

私はUbuntuにconkerorをインストールする方法について 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アップデートでは、新しく追加された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-installconkerorは次のように失敗します。

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

Apt出力には、次の行があります。

W:フェッチに失敗しました http://ppa.launchpad.net/xtaran/conkeror/ubuntu/dists/precise /main/source/Sources 404 Not Found

Ppaサイト( https://launchpad.net/~xtaran/+archive/conkeror )を見ると、12.04のパッケージが実際にはないことがわかります。

おそらく、毎晩.debsの1つを取得してdpkgでインストールするか、ソースからビルドする必要があるようです。

4
kchris

一時的なサーバーのダウンの問題のように見えます。

しばらくしてからもう一度やり直してください

開くソフトウェアセンター>編集>ソフトウェアソース> Ubuntuソフトウェア>サーバーを他の最良のサーバーに変更するそして再試行してください。

0
rɑːdʒɑ