I have just booted my clean Ubuntu 18.04 LTS VM and tried to install some application with sudo apt install
.
But got error message:
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
What process created the /var/lib/dpkg/lock-frontend file in Ubuntu?
How to gently stop it and take manual control on APT?
unattended-upgrade
. If you auto-install any updates, it will do it. – mikewhatever Feb 01 '19 at 09:51pgrep
ping for apt or unattended-upgrade, or usefuser
on the lock file? – Arronical Feb 01 '19 at 09:54