不是吧不是吧,毛子鸡的debian11连个sudo都没有?

17次阅读

共计 629 个字符,预计需要花费 2 分钟才能阅读完成。

sudo apt update
-bash: sudo: command not found
复制代码

apt-get install sudo
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
The following NEW packages will be installed:
  sudo
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1059 kB of archives.
After this operation, 4699 kB of additional disk space will be used.
Err:1 http://deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3
  404  Not Found [IP: 151.101.246.132 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/s/sudo/sudo_1.9.5p2-3_amd64.deb  404  Not Found [IP: 151.101.246.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with –fix-missing?
复制代码

正文完
 0