在过去的几天里,我无法在Debian 5.0 (lenny)上更新我们的apt来源。我得到以下错误。
W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/binary-amd64/Packages 404 Not Found [IP: 130.89.148.12 80]
W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/contrib/binary-amd64/Packages 404 Not Found [IP: 130.89.148.12 80]
W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/non-free/binary-amd64/Packages 404 Not Found [IP: 130.89.148.12 80]
W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/source/Sources 404 Not Found [IP: 130.89.148.12 80]
W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/contrib/source/Sources 404 Not Found [IP: 130.89.148.12 80]
W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/non-free/source/Sources 404 Not Found [IP: 130.89.148.12 80]我该如何解决这个问题?
编辑:
我目前的消息来源如下:
# Debian Lenny
deb http://ftp.de.debian.org/debian/ lenny main non-free contrib
deb-src http://ftp.de.debian.org/debian/ lenny main non-free contrib
# Debian Lenny Non-US
deb http://non-us.debian.org/debian-non-US lenny/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US lenny/non-US main contrib non-free
# Debian Lenny Security
deb http://security.debian.org/ lenny/updates main contrib non-free发布于 2012-03-26 07:16:01
lenny 被取代squeeze和它的生命周期于今年2月6日结束.。您不会从lenny的核心Debian社区获得任何更新。
选项:
squeeze。lenny,从sources.list中删除Debian服务器,并保持包的原样。不会有任何安全更新。man apt_preferences)必需的包下到lenny并执行部分升级,或者将所有包锁定到lenny并根据需要执行升级。留给您的是一个局部系统,您可能会遇到各种各样的错误,但是如果没有升级或保持不变的选项,则可能是必要的。发布于 2012-03-26 10:09:06
在升级系统之前,您可以使用下列源:
deb http://archive.debian.org/debian/ lenny contrib main non-free发布于 2012-03-26 08:00:06
archive.debian.org拥有所有EOLd debian版本的包存储库。
https://serverfault.com/questions/373314
复制相似问题