narayan@josh:~$ sudo apt-get install root-system-bin
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 24 times
0

muru
- 197,895
- 55
- 485
- 740
1 Answers
0
if any software like:
- Ubuntu software center
- synaptic package manager
- Software updater
or any other software manager(that you use to update or install) are running close them. then only you will not get this problem.
even after closing such software problem persist run this command:
sudo rm /var/lib/dpkg/lock
then run sudo apt-get update
you should not get any error. now you can get back to the thing you were doing.

Alex Jones
- 7,982
- 9
- 55
- 94