I had the following error in Ubuntu (I believe it was 12.04)


Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)

Heres what you have to do to fix it:


sudo rm /var/lib/apt/lists/* -vf 
sudo apt-get update


Related External Links: