0

when I am trying to install vim using sudo apt-get install vim, its showing sudoers file error. Please help me out.

devav2
  • 36,312
samanth
  • 9
  • 2

1 Answers1

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