i cant use sudo anymore what i should do ?
See @omano’s post above.
I’m new to Linux and i don’t understand how do this
su #enter root password here
export EDITOR=kate #to use kate rather than vi
visudo
#now uncomment (remove "#") before the line %wheel ALL=(ALL:ALL) ALL
exit
Then you shouldn’t use the Testing branch maybe.
To restore the wrongly deleted file (be careful as one wrong command after being root with su
can mess things really bad)
su -
nano /etc/sudoers.d/10-installer
then paste this content
%wheel ALL=(ALL:ALL) ALL
Save and exit by pressing CTRL+X then Y to confirm. Exit root terminal
exit
Reboot.
reboot
4 Likes
Alternativly:
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.