Debian lenny 存储库消失了吗?

Fdr*_*Fdr 41 debian debian-lenny http-status-code-404

今天尝试通过 安装包apt-get,但是遇到了很多404错误。sources.list上周五我正在全力工作(我的知识没有变化),现在我得到:

W: Failed to fetch http://ftp.fi.debian.org/debian/dists/lenny/main/binary-amd64/Packages  404 Not Found [IP: 130.230.54.99 80]

W: Failed to fetch http://ftp.fi.debian.org/debian/dists/lenny/main/source/Sources  404 Not Found [IP: 130.230.54.99 80]

W: Failed to fetch http://security.debian.org/dists/lenny/updates/main/binary-amd64/Packages  404 Not Found [IP: 212.211.132.32 80]

W: Failed to fetch http://security.debian.org/dists/lenny/updates/main/source/Sources  404 Not Found [IP: 212.211.132.32 80]
Run Code Online (Sandbox Code Playgroud)

例如,当我浏览http://security.debian.org/dists/ 时,似乎没有 lenny 目录。有什么问题?

小智 69

自从

  • 莱尼停产
  • lenny 安全更新已于 2 月 6 日终止
  • lenny backports 已于 3 月 25 日停止
  • lenny volatile 已随着其继任者“squeeze”的发布而停产

存储库已移至 archive.debian.org - 您可能希望更新您的存储库以匹配以下内容:

deb http://archive.debian.org/debian/ lenny main non-free contrib
deb-src http://archive.debian.org/debian/ lenny main non-free contrib
# Volatile:
deb http://archive.debian.org/debian-volatile lenny/volatile main contrib non-free
deb-src http://archive.debian.org/debian-volatile lenny/volatile main contrib non-free
# Backports:
deb http://archive.debian.org/debian-backports lenny-backports main contrib non-free
# Previously announced security updates:
deb http://archive.debian.org/debian-security lenny/updates main
Run Code Online (Sandbox Code Playgroud)