Answers for "ubuntu could not get lock /var/cache/apt/archives/lock"

0

E: Could not get lock /var/cache/apt/archives/lock - open (11: Resource temporarily unavailable) E: Unable to lock the download directory

sudo killall apt-get
Posted by: Guest on June-03-2020
0

waiting for cache lock, Could not get lock /var/lib/dpkg/lock-frontend.

sudo lsof /var/lib/dpkg/lock
or 
sudo lsof /var/lib/apt/lists/lock
or
sudo lsof /var/lib/dpkg/lock-frontend
Posted by: Guest on September-07-2021

Code answers related to "ubuntu could not get lock /var/cache/apt/archives/lock"

Browse Popular Code Answers by Language