sudo apt-get update:
Translation-en Fetched 973 kB in 33s (28,8 kB/s) W: Failed to fetch
http://ppa.launchpad.net/network-manager/ppa/ubuntu/dists/raring/main/binary-amd64/Packages
404 Not Found
W: Failed to fetch
http://ppa.launchpad.net/network-manager/ppa/ubuntu/dists/raring/main/binary-i386/Packages
404 Not Found
E: Some index files failed to download. They have been ignored, or old
ones used instead.我该怎么解决这个问题?
我不能在这里张贴全部输出,因为我没有10分。
发布于 2013-12-23 20:12:17
这个ppa不支持稀有,只有精确的支持。你可以在这里看到:
http://ppa.launchpad.net/network-manager/ppa/ubuntu/dists/
从源中删除ppa:
sudo rm -vf /etc/apt/sources.list.d/nameoftheppa.list
sudo apt-get update && sudo apt-get upgrade当然,您需要找出什么是“the”才能删除它,您可以在/etc/apt/ course .list.d/下找到它们,然后打开它们阅读:
nautilus /etc/apt/sources.list.d/查看一下.list文件,看看哪个文件上有网络管理器http。
https://askubuntu.com/questions/394822
复制相似问题