Answers for "ubuntu every time unable to acquire the dpkg frontend lock"

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

E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?

ps aux | grep -i dpkg

// Kill processes which are running
sudo kill -9 <pid>
Posted by: Guest on November-16-2021

Code answers related to "ubuntu every time unable to acquire the dpkg frontend lock"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language