Answers for "E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 132202 (apt)"

0

E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?

sudo kill -9 PID
sudo rm /var/lib/dpkg/lock-frontend
sudo apt update
Posted by: Guest on November-03-2020
0

how to fix could not fix var lock /var/lib/dpkg/lock ubuntu

sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
Posted by: Guest on August-04-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 "E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 132202 (apt)"

Browse Popular Code Answers by Language