Could not get lock /var/lib/apt/lists/lock
While doing apt-get in debian systems we often get this type of error <strong>E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable) E: Unable to lock directory</strong> <strong>/var/lib/apt/lists/</strong> Simply delete the directory # rm -rf /var/lib/apt/lists/ Then try to do apt-get you will be able to retrieve what resourse you want from the repository. Njoy :p :)
Categories:
Ubuntu
Tags:
Ubuntu debian apt-get
View Comments
Comment or Ask a Question
Quick Links