可能性のある複製:
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.
私が試したときに同じエラーが発生し、
Sudo apt-get update && Sudo apt-get upgrade
LaunchpadのPPAページで確認できます のように、QuantalにはDelugeパッケージはありません。 Delugeを使用するには、Deluge PPAエントリを編集して、software-properties-gtk
、Distribution:フィールドをquantal
からprecise
に変更:
その後、 Sudo apt-get update
は、このリポジトリに関するエラーを表示しません。
修正を見つけました。端末でこのコマンドを使用します。
須藤add-apt-repository -r ppa:deluge-team/ppa
(これはIS推奨されません、リポジトリを削除するため)