Possible Duplicate:
How do I add a user to the “sudo” group?
I've added myself back into the admin's group I think, by following this.
But I still can't do commands like:
sudo aptitude update
I get the message
oshirowanen is not in the sudoers file. This incident will be reported.
How do I add myself into the sudoers group now that I am in the admin group?
Best Answer
Login as root or
su
to get root prompttype
visudo
an editor will open find a line says
add one with your username below that
Type
ctrl+x
TypeY
to the prompt