apt-get install sudo
提示:
Err:1 http://security.debian.org/debian-security buster/updates/main amd64 sudo amd64 1.8.27-1+deb10u1
404 Not Found [IP: 199.232.30.132 80]
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/s/sudo/sudo_1.8.27-1+deb10u1_amd64.deb 404 Not Found [IP: 199.232.30.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
使用:apt-get update 不管用;
可以使用如下命令:
apt-get --allow-releaseinfo-change update
文章讲述了在尝试更新Debian系统时遇到404错误,解决方法是使用`apt-get--allow-releaseinfo-changeupdate`,允许版本信息更改以获取更新。
6186





