当我尝试运行apt-get update时,出现以下错误消息:我正在使用:
Distributor ID: Ubuntu
Description: Ubuntu 11.04
Release: 11.04
Codename: natty
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty-security/multiverse/binary-i386/Packages 404 Not Found [IP: 91.189.92.201 80]
E: Some index files failed to download. They have been ignored, or old ones used
我尝试了几种解决方案:
就像从“ Ubuntu软件”部分中选择最佳服务器一样:由于出现错误,它始终无法选择最佳服务器(检查您的Internet连接。)我的Internet正常运行,并且可以浏览。
sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo dpkg --configure -a
没事。我无法发布完整的错误消息,因为它不允许我发布两个以上的链接。
第二个解决方案后出现以下错误。W:无法获取extras.ubuntu.com/ubuntu/dists/natty/main/source/Sources 404找不到E:一些索引文件下载失败。它们已被忽略,或改用旧的。但是我可以继续前进。感谢您的帮助
—
艾米特
有时“ sudo apt-get update”解决了生活中的所有问题。
—
哈立德·本·胡达
cat /etc/apt/sources.list
编辑问题并添加结果吗?