pankaj@pankajbhatt:~$ sudo add-apt-repository ppa:umang/indicator-stickynotes
>>> /etc/sudoers: syntax error near line 1 <<<
sudo: parse error in /etc/sudoers near line 1
sudo: no valid sudoers sources found, quitting
sudo: unable to initialize policy plugin
pankaj@pankajbhatt:~$
Asked
Active
Viewed 2,452 times
0

Cristiana Nicolae
- 4,500
1 Answers
1
Have you altered /etc/sudoers
? It's complaining that there's a "syntax error" in or near the first line of /etc/sudoers
. Undo your changes to /etc/sudoers
.

waltinator
- 36,399
sudoers
file is not very obvious because you can't usesudo
any longer. – David Foerster Jul 17 '16 at 16:03