Linux 在debian jessie上找不到bash:sudo:command

Linux 在debian jessie上找不到bash:sudo:command,linux,debian,sudo,Linux,Debian,Sudo,我最近在笔记本电脑上安装了Debian8,当我尝试使用“sudo”时,它回答说 bash: /usr/bin/sudo: No such file or directory bash:sudo:command未找到 当我使用 /usr/bin/sudo 它回答说 bash: /usr/bin/sudo: No such file or directory 在那之后,当我试图用“apt-get”安装它时,我得到了这个 Reading package lists... Done Buildin

我最近在笔记本电脑上安装了Debian8,当我尝试使用“sudo”时,它回答说

bash: /usr/bin/sudo: No such file or directory
bash:sudo:command未找到

当我使用

/usr/bin/sudo
它回答说

bash: /usr/bin/sudo: No such file or directory
在那之后,当我试图用“apt-get”安装它时,我得到了这个

Reading package lists... Done
Building dependency tree       
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 0 B/850 kB of archives.
After this operation, 2,694 kB of additional disk space will be used.
Media change: please insert the disc labeled
 'Debian GNU/Linux 8.0.0 _Jessie_ - Official amd64 CD Binary-1 20150425-12:54'
in the drive '/media/cdrom/' and press enter
我安装了usb闪存,但没有cd映像
我应该怎么做?

尝试“sudo su”来获取根访问权限,而不是只尝试“sudo”。希望它能帮上忙

我找到了!/etc/apt/source.list中的source.list为空!对于有相同问题的人:转到下面的链接,找到您所在的国家,并将链接复制到source.list或搜索debian source list generator

我找到了!/etc/apt/source.list中的source.list为空!对于有相同问题的人:转到下面的链接,找到您所在的国家/地区并将链接复制到source.list或search debian source list generator请将您的解决方案添加为正确的“答案”,并将其标记为“已接受”,以便在搜索需要答案的问题时不会出现问题。