-1

How do I fix a Could not get lock /var/lib/dpkg/lock problem?

E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
Avinash Raj
  • 78,556
  • Please shows us the command that is failing. Maybe you need superuser privileges, maybe the system is doing periodic updates... – Rmano Jan 09 '14 at 17:25

1 Answers1

-1

Use "sudo" at the beginning of your command

sudo apt-get install [....whatever....]

Xavier J
  • 531
  • 2
  • 8