Answers for "could not get lock apt-get"

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

apt lock

rm -rf /var/cache/apt/* /var/lib/dpkg/lock /var/lib/dpkg/lock-frontend \
/var/cache/debconf/ /var/lib/apt/lists/* \
/var/lib/dpkg/lock /var/lib/dpkg/lock-frontend /var/cache/debconf/
Posted by: Guest on November-13-2020

Code answers related to "could not get lock apt-get"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language