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?
Asked
Active
Viewed 35 times
0

Terrance
- 41,612
- 7
- 124
- 183

MILIND DEV
- 11
-
Which command did you use? – Oct 15 '15 at 17:09
-
2And were you trying to install something else at the same time? – Oct 15 '15 at 17:10
1 Answers
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