Report this

What is the reason for this report?

apt-get permission issue with new user

Posted on May 17, 2015

i don’t like use root all the time so i created a new user on my ubuntu vps and i got Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) when use apt-get, how can i fix this? chown the var folder?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Be sure to add your new user to the sudoers file. Once you have done this your new user can use the sudo command to perform super user functions.

  1. Type su to assume the root user
  2. Type visudo to open the sudoers file (don’t edit the file with nano or vim)
  3. Add your user name below the root user user ALL=(ALL:ALL) ALL
  4. Log out of the root user by typing exit
  • Type sudo apt-get update or whatever you need.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.