Answers for "docker image e: unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?"

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
-1

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

$ sudo dpkg --configure -a
dpkg: error: parsing file '/var/lib/dpkg/updates/0004' near line 0:
newline in field name '#padding'
Posted by: Guest on November-03-2020

Code answers related to "docker image e: unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language