关于debian 8.6的软件包更新


1

通过系统设置检查运行Debian KDE 8.6的新软件包更新,我总是得到:

E:http://security.debian.org jessie/updates/main Sources is not (yet) available (503 Service Unavailable) 

我已尝试使用konsole通过apt-get update来完成此操作,但我得到了相同的结果。

您对如何解决此问题有任何建议吗?

Answers:


0

我不确定这是否有帮助:您可以将apt配置中的匹配行注释掉,作为解决方法。只要服务停止,您将无法从此来源更新。

/etc/apt/sources.list.d/...

0

E:http://security.debian.org jessie/updates/main Sources is not (yet) available (503 Service Unavailable

输出的含义:网址 http://security.debian.org jessie/updates/main 不存在,你应该编辑你的 sources.list

apt edit-sources

编辑以下网址:

http://security.debian.org jessie/updates/main 

如下 :

deb http://security.debian.org/ jessie/updates main

保存然后更新您的系统。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.