0
E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
E: Unable to lock directory /var/lib/apt/lists/
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?
Terrance
  • 41,612
  • 7
  • 124
  • 183

1 Answers1

0

It looks like you're already running something to install a package. Make sure you don't have Ubuntu Software Center or apt-get running when you try this. Also make sure you're using sudo apt-get not apt-get.

Daniel
  • 3,446