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 86 times
-1
-
swathi gaaru , are you trying with sudo ? – Raja G Apr 29 '13 at 13:34
1 Answers
0
open your terminal with CTRL+ ALT+T and paste these commands one-by-one.
sudo rm -rf /var/lib/apt/lists/lock
sudo rm -rf /var/lib/dpkg/lock
sudo apt-get install synaptic
hope that helps.

Raja G
- 102,391
- 106
- 255
- 328