5 Nov
2022
5 Nov
'22
16:49
Am Samstag, 5. November 2022, 13:38:34 CET schrieb Ben Greiner:
Yes, sorry for being imprecise. You must either uncomment the following line in /etc/sudoers AND add your user to the wheel group
## Uncomment to allow members of group wheel to execute any command %wheel ALL=(ALL:ALL) ALL
OR add an appropriate line for your username either in /etc/sudoers or in an file in /etc/sudoers.d/
# cat /etc/sudoers.d/ben ben ALL=(ALL:ALL) ALL
And you should do this using the visudo command
On the end I added: $ su -c 'echo -e "# Added 2022-11-05\n%users ALL=(ALL:ALL) ALL" >> /etc/sudoers' This simple change fix the issue Ulf