Fix User is not Sudoer
Switch to the root user
If you get an error that says “user is not in the sudoers file. This incident will be reported.” when running a command starting with sudo
, try to switch to the administrator user with su
or su root
.