Debian 存储库失败
Debian repositories failing
我已经安装了 debian 8。
当我尝试命令 sudo apt-get upgrade 时。许多错误如下所示:
E: Failed to fetch
http://cloudfront.debian.net/debian/pool/main/q/qemu/qemu-utils_2.8+dfsg-3~bpo8+1_amd64.deb
404 Not Found [IP: 99.86.122.111 80]
我曾尝试更改“/etc/apt/sources.list”,但找不到正确的方法。
堆栈溢出中还有其他一些 post 关于同一问题,但其中 none 解决了我的问题。所以请不要将我重定向到其他旧 post
提前致谢
将信息从 /etc/apt/sources.list.d/backports.list 更改为:
deb http://archive.debian.org/debian jessie-backports main
deb-src http://archive.debian.org/debian jessie-backports main
我已经安装了 debian 8。
当我尝试命令 sudo apt-get upgrade 时。许多错误如下所示:
E: Failed to fetch http://cloudfront.debian.net/debian/pool/main/q/qemu/qemu-utils_2.8+dfsg-3~bpo8+1_amd64.deb 404 Not Found [IP: 99.86.122.111 80]
我曾尝试更改“/etc/apt/sources.list”,但找不到正确的方法。
堆栈溢出中还有其他一些 post 关于同一问题,但其中 none 解决了我的问题。所以请不要将我重定向到其他旧 post
提前致谢
将信息从 /etc/apt/sources.list.d/backports.list 更改为:
deb http://archive.debian.org/debian jessie-backports main
deb-src http://archive.debian.org/debian jessie-backports main