xxx is not in the sudoers list

July 5, 2022

TL;DR: Add desired user to the sudoers group.

1
2
3
4
# switch to root
su - root
# add your name to group wheel, which is exactly sudoers group
usermod -aG wheel [USERNAME]