为什么我会收到此消息(“无可用索引”):
Downloading Index http://http.debian.net/debian/dists/wheezy/main/Contents-amd64.diff/Index:
No Index available.
Downloading complete file http://http.debian.net/debian/dists/wheezy/main/Contents-amd64.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 20.4M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
File is up-to-date.
答案1
尝试更新/etc/apt/sources.list
最终您可以生成一个列表从这里。
当我尝试检查链接时“http://http.debian.net/debian/dists/wheezy/main/“浏览器将我重定向到当地的镜像(这取决于我所连接的国家/地区)。引发错误的文件也恰巧在这个存储库中丢失。
因此建议使用不同的来源然后运行以下命令须藤或特权用户(即使没有须藤)
sudo apt-get clean
sudo apt-get update
最终你可能会发现手动清理目录很有用
sudo rm -r /var/cache/apt/archives/partial/*