"could not get lock /var/lib/apt/lists/lock" problem
Some time when we run sudo apt-get update command we see the following error message:
One possible reason for this error is that you are probably running synaptic package manager or some installation is still going on on software manager or some where some installation or update or up-gradation is going on in system.
But some time you find that nothing is going on but it still showing same problem. Then you can solve the problem using following command
Now your update should start properly.
Cheers
A.Paul
sudo apt-get update && sudo apt-get upgrade Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
One possible reason for this error is that you are probably running synaptic package manager or some installation is still going on on software manager or some where some installation or update or up-gradation is going on in system.
But some time you find that nothing is going on but it still showing same problem. Then you can solve the problem using following command
sudo rm /var/lib/apt/lists/* -vf sudo apt-get update && sudo apt-get upgrade
Now your update should start properly.
Cheers
A.Paul
Comments
Post a Comment
Please dont forget to tell me if this post helped you or not...