web-dev-qa-db-ja.com

PPAエラーの取得に失敗しました(デリュージ)

可能性のある複製:
PPAを使用して404エラーを修正するにはどうすればよいですか?

このエラーを修正するにはどうすればよいですか?

 W:Failed to fetch http://ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/quantal/main/source/Sources  404  Not Found,
 W:Failed to fetch http://ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/quantal/main/binary-AMD64/Packages  404  Not Found,
 W:Failed to fetch http://ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/quantal/main/binary-i386/Packages  404  Not Found,
 E:Some index files failed to download. They have been ignored, or old ones used instead.

Error even on Update Manager

私が試したときに同じエラーが発生し、

 Sudo apt-get update && Sudo apt-get upgrade
2
owl

LaunchpadのPPAページで確認できます のように、QuantalにはDelugeパッケージはありません。 Delugeを使用するには、Deluge PPAエントリを編集して、software-properties-gtkDistribution:フィールドをquantalからpreciseに変更:

Distribution Changing

その後、 Sudo apt-get updateは、このリポジトリに関するエラーを表示しません。

2
João Santana

修正を見つけました。端末でこのコマンドを使用します。

須藤add-apt-repository -r ppa:deluge-team/ppa

(これはIS推奨されません、リポジトリを削除するため)

1
owl