当我尝试运行 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
Run Code Online (Sandbox Code Playgroud)
我尝试了几种解决方案:
就像从 Ubuntu 软件部分选择最好的服务器一样:它永远无法选择最好的服务器,因为它出现错误(检查您的互联网连接。)我的互联网工作正常,我能够浏览。
sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
sudo dpkg --configure -a
没有任何效果。我无法发布完整的错误消息,因为它不允许我发布两个以上的链接。