Debian Lenny 是否有任何源 APT 存储库?

Cha*_*art 1 debian

Debian Lenny,当前的旧稳定版,在 2 月初停止接收安全更新,现在似乎不再托管在通常的 FTP 镜像中(参见例如curl http://ftp.nl.debian.org/debian/dists/lenny/ | less)。

是否有任何现存的 Lenny FTP 存储库可以通过 APT 使用?

jof*_*fel 7

正如在serverfault.com或在superuser.com更详细的回答,您现在需要使用archive.debian.org

deb http://archive.debian.org/debian/ lenny contrib main non-free
deb http://archive.debian.org/debian-security lenny/updates main
Run Code Online (Sandbox Code Playgroud)

获取 GPG 密钥:

apt-get install debian-archive-keyring
Run Code Online (Sandbox Code Playgroud)