-2
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
Jacob Vlijm
  • 85,475

1 Answers1

0

You need to run the program with root privileges. Just add sudo in front of it. Your password will be required.

Remember: Root privileges can break your system. With great power comes great responsibility, so be sure of what you're doing before running as root.

Eduardo Cola
  • 5,876
  • 3
  • 20
  • 33