when I am trying to install vim using sudo apt-get install vim
, its showing sudoers file error. Please help me out.
Asked
Active
Viewed 132 times
0
-
2What is the error? – David Purdue Aug 30 '13 at 05:08
-
when iam trying to install any software for eg :vim or any tng , its showing user not in the sudoers file, this incident will be reported – samanth Aug 30 '13 at 05:19
-
Try this: http://www.psychocats.net/ubuntu/fixsudo – Manuel Aug 30 '13 at 05:47
-
1possible duplicate http://askubuntu.com/questions/70442/how-do-i-add-myself-back-as-a-sudo-user – Tarun Aug 30 '13 at 05:57
-
And do you know any software for ubuntu like network magic in windows. i want to track my users and screen shots of their browser. – samanth Aug 30 '13 at 06:15
1 Answers
0
If you had sudo
rights but lost it, then this answer should help you.
If you want to grant sudo
rights to new users, you might add them to sudo
group by issuing
sudo adduser USERNAME sudo
That user will have to log out and log in again though.
Here you have Ubuntu community documentation on sudoers
file, if you want some more complicated setup.

moon.musick
- 1,892