可能重复:
如何使用 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
答案1
Quantal 上没有 Deluge 软件包,因为你可以在 Launchpad 的 PPA 页面上看到要使用 Deluge,您需要编辑 Deluge PPA 条目以在 中搜索 Precise 的软件包software-properties-gtk
,将分配:字段从quantal
到precise
:
此后,sudo apt-get update
将不再显示有关此存储库的错误。
答案2
我找到了解决方法。在终端上使用此命令。
sudo add-apt-repository -r ppa:deluge-team/ppa
(不建议这么做,因为这将删除存储库)