首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Debian5.0 (lenny) apt来源失败?

Debian5.0 (lenny) apt来源失败?
EN

Server Fault用户
提问于 2012-03-26 06:59:17
回答 4查看 47.9K关注 0票数 19

在过去的几天里,我无法在Debian 5.0 (lenny)上更新我们的apt来源。我得到以下错误。

代码语言:javascript
复制
W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/binary-amd64/Packages  404 Not Found [IP: 130.89.148.12 80]

W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/contrib/binary-amd64/Packages  404 Not Found [IP: 130.89.148.12 80]

W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/non-free/binary-amd64/Packages  404 Not Found [IP: 130.89.148.12 80]

W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/main/source/Sources  404 Not Found [IP: 130.89.148.12 80]

W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/contrib/source/Sources  404 Not Found [IP: 130.89.148.12 80]

W: Failed to fetch http://ftp.debian.org/debian/dists/lenny/non-free/source/Sources  404 Not Found [IP: 130.89.148.12 80]

我该如何解决这个问题?

编辑:

我目前的消息来源如下:

代码语言:javascript
复制
# Debian Lenny
deb http://ftp.de.debian.org/debian/ lenny main non-free contrib  
deb-src http://ftp.de.debian.org/debian/ lenny main non-free contrib  

# Debian Lenny Non-US
deb http://non-us.debian.org/debian-non-US lenny/non-US main contrib non-free  
deb-src http://non-us.debian.org/debian-non-US lenny/non-US main contrib non-free

# Debian Lenny Security
deb http://security.debian.org/ lenny/updates main contrib non-free
EN

回答 4

Server Fault用户

回答已采纳

发布于 2012-03-26 07:16:01

lenny 被取代squeeze它的生命周期于今年2月6日结束.。您不会从lenny的核心Debian社区获得任何更新。

选项:

  1. 升级到squeeze
  2. 继续使用lenny,从sources.list中删除Debian服务器,并保持包的原样。不会有任何安全更新。
  3. Pin (man apt_preferences)必需的包下到lenny并执行部分升级,或者将所有包锁定到lenny并根据需要执行升级。留给您的是一个局部系统,您可能会遇到各种各样的错误,但是如果没有升级或保持不变的选项,则可能是必要的。
票数 28
EN

Server Fault用户

发布于 2012-03-26 10:09:06

在升级系统之前,您可以使用下列源:

代码语言:javascript
复制
deb http://archive.debian.org/debian/ lenny contrib main non-free
票数 38
EN

Server Fault用户

发布于 2012-03-26 08:00:06

archive.debian.org拥有所有EOLd debian版本的包存储库。

票数 14
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/373314

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档