更新管理器给我带来了问题。每次我点击检查更新按钮,我收到以下错误:
W:Failed to fetch http://ppa.launchpad.net/weather-indicator-team/pp/ubuntu/dists/natty/main/source/Sources 404 Not Found
W:Failed to fetch http://ppa.launchpad.net/weather-indicator-team/pp/ubuntu/dists/natty/main/binary-i386/Packages 404 Not Found
E:Some index files failed to download. They have been ignored, or old ones used instead.
我重新安装了更新管理器,然后它就可以正常工作了,软件中心也出现了同样的问题,我做了同样的操作,它就可以正常工作了。有什么帮助吗?
答案1
PPA 位置有拼写错误(“pp” 而不是“ppa”)。
修复这个问题:
- 按Alt+F2并输入
gksu software-properties-gtk
(按Enter) 输入密码后,转到其他软件选项卡并找到与您发布的错误相对应的两个条目。
[这只是 GUI 的一个示例,我没有安装该 PPA。]
选择每个项目,单击编辑...按钮并修复拼写错误。地址应该是
http://ppa.launchpad.net/weather-indicator-team/ppa/ubuntu
对于两个条目。
关闭并重试更新管理器。