在aptitude update
命令之后,我得到了错误:
Err http://archive.debian.org lenny/non-fre Packages
404 Not Found [IP: 209.87.16.41 80]
Fetched 194kB in 6s (31.3kB/s)
W: GPG error: http://archive.debian.org lenny Release: The following signatures were invalid: KEYEXPIRED 1520281423 KEYEXPIRED 1337087218
W: GPG error: http://archive.debian.org lenny/updates Release: The following signatures were invalid: KEYEXPIRED 1356982504
W: Failed to fetch http://archive.debian.org/debian-archive/debian/dists/lenny/non-fre/binary-i386/Packages 404 Not Found [IP: 209.87.16.41 80]
E: Some index files failed to download, they have been ignored, or old ones used instead.
这意味着什么以及如何解决这个问题?
/etc/apt/sources.list
的内容:
deb http://archive.debian.org/debian-archive/debian/ lenny main contrib non-fre
deb http://archive.debian.org/debian-security/ lenny/updates main contrib non-
free
发布于 2018-06-10 11:01:06
这一行末尾有一个错误:
deb http://archive.debian.org/debian-archive/debian/ lenny main contrib non-fre
将丢失的e添加到non-free
以修复404 Not found
和Failed to fetch...
错误。
GPG error
消息表明Lenny的包分发密钥已经过期。因为这是一个存档的发行版,所以这与预期的一样。但看起来它已经被看作是一个警告。但是这个错误报告有一些你可以使用的选项。
https://unix.stackexchange.com/questions/448923
复制相似问题