输入时出现以下错误:
# apt-get update
W: Failed to fetch http://etc.inittab.org/~agi/debian/libapache-mod-security2/etch/Packages 404 Not Found [IP: 80.28.139.208 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
有人知道我该如何修复这个问题吗?
操作系统:Debian 7 Wheezy
Linux localhost 3.2.0-1-amd64 #1 SMP 星期二 1 月 24 日 05:01:45 UTC 2012 x86_64 GNU/Linux
答案1
您尝试使用一个旧的(不存在的!)存储库(etch)和 Wheezy 版本。
清理你的/etc/apt/sources.list
。然后重试apt-get update
。
如果你想安装libapache-mod-安全, 你试一试 :
sudo aptitude install libapache-mod-security