Debian 喘息,更新存储库

Ben*_* RD 5 debian debian-wheezy

我正在与一个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
Run Code Online (Sandbox Code Playgroud)

我尝试替换另一个存储库行,但每次替换它并apt-get update在一段时间后运行命令时,我得到:

E: Some index files failed to download. They have been ignored, or old ones used instead.
Run Code Online (Sandbox Code Playgroud)

我应该怎么做才能解决这个问题?

小智 9

您仍然可以使用存档存储库,但没有更多更新:

deb http://archive.debian.org/debian wheezy main
deb http://archive.debian.org/debian-archive/debian-security/ wheezy updates/main
Run Code Online (Sandbox Code Playgroud)


Mic*_*ton 4

不再支持 Debian wheezy。它是比稳定版本更老的两个主要版本。自2018 年 5 月 31 日以来,它尚未收到任何更新。

解决方案是 dist-upgrade 到 oldstable 或 stable。