有人能告诉我在哪里可以找到/etc/apt/sources.list
用于 debian 的 URL 以便我可以运行吗apt-get update
?
我通过 Google 搜索并没有找到准确的答案。
当我当前尝试运行时,apt-get update
我得到:
W: Failed to fetch ftp://ftp.debian.org/debian/dists/lenny/contrib/binary-i386/Packages Unable to fetch file, server said 'Failed to open file. ' [IP: 130.89.148.12 21]
W: Failed to fetch ftp://ftp.debian.org/debian/dists/lenny/non-free/binary-i386/Packages Unable to fetch file, server said 'Failed to open file. ' [IP: 130.89.148.12 21]
我不知道如何解决这个问题。
以下是我目前的样子sources.list
:
deb ftp://ftp.debian.org/debian lenny main contrib non-free
deb-src ftp://ftp.debian.org/debian lenny main contrib non-free
deb ftp://ftp.debian.org/debian lenny/updates main contrib non-free
deb-src ftp://ftp.debian.org/debian lenny/updates main contrib non-free
我正在运行debian_version
5.0.8:
# cat /etc/debian_version
5.0.8
谢谢!
答案1
Lenny 已停止使用;其存储库已从常规镜像中删除。它们现在位于存档镜像中。
deb http://archive.debian.org/debian lenny main contrib non-free
deb-src http://archive.debian.org/debian lenny main contrib non-free
deb http://archive.debian.org/debian-security lenny/updates main contrib non-free
deb-src http://archive.debian.org/debian-security lenny/updates main contrib non-free
答案2
看起来你被发送到的镜像已损坏。请尝试使用主镜对于机器所在的国家/地区。还可以尝试使用 HTTP 而不是 FTP。
deb http://ftp.us.debian.org/debian lenny main contrib non-free
deb http://ftp.us.debian.org/debian lenny/updates main contrib non-free
如果仍然不起作用,请选择其中一个辅助镜子。