** is not in the sudoers file. This incident will be reported. 经过查找到如下网文可以解决该问题。 通过配置sudoers文件,增加该用户sudo权限 Linux ** is not in the sudoers file. This incident will be reported._soindy-CSDN博客Linux 报错: ** is not in the sudoers file. This incident will be reported.错误原因顾名思义,该用户没有在 sudoers file 里面.解决办法在 sudoers file 里面添加该用户即可:1. 切换到管理员用户su root2. 修改文件权限chmod 777 /etc/sudoers3. 修改 sudoers filehttps://blog.csdn.net/soindy/article/details/73742398如果报错的话,请看这里: