看起来不再像下面看到的我的存储库中的所有文件了。
Failed to fetch http://update.onlinehome-server.info/ubuntu/pool/main/libs/libsndfile/libsndfile1_1.0.21-2ubuntu0.10.04.1_amd64.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?只是想知道哪些是安全的,不会破坏我的web服务器呢?我猜我把它们加到了sources.list的底部
干杯
加点才能让它开始工作好吗?
###### Ubuntu Main Repos
deb http://uk.archive.ubuntu.com/ubuntu/ lucid main restricted
deb-src http://uk.archive.ubuntu.com/ubuntu/ lucid main restricted
###### Ubuntu Update Repos
deb http://uk.archive.ubuntu.com/ubuntu/ lucid-security main restricted
deb http://uk.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://uk.archive.ubuntu.com/ubuntu/ lucid-security main restricted
deb-src http://uk.archive.ubuntu.com/ubuntu/ lucid-updates main restricted 发布于 2011-07-26 11:40:35
通常,如果单个包提供404,那么您的包列表就过时了,您需要运行apt-get update来刷新它们。
如果不是这样的话,那么您使用的回购可能已经消失,或者管理不善。通常,我的sources.list中只有两种类型的回复:
随机存储库带来的风险太大,无法成为专业谨慎的选择。
https://serverfault.com/questions/294154
复制相似问题