我正在和一个Debian GNU/Linux 7.5 (wheezy)
当我检查文件时,/etc/apt/sources.list
文件有以下行:
# Line commented out by installer because it failed to verify:
#deb http://security.debian.org/ wheezy/updates main
我尝试替换另一个 repo 行,但每次我替换它并apt-get update
在一段时间后运行命令时,我都会得到:
E: Some index files failed to download. They have been ignored, or old ones used instead.
我应该怎么做才能解决这个问题?
答案1
Debian wheezy 不再受支持。二主要版本早于稳定版本。自此之后没有收到任何更新2018 年 5 月 31 日。
解决方法是将 dist-upgrade 升级到 oldstable,或者 stable。
答案2
您仍然可以使用存档存储库,但不再有更新:
deb http://archive.debian.org/debian wheezy main
deb http://archive.debian.org/debian-archive/debian-security/ wheezy updates/main