Fix DPKG: Error: DPKG Frontend Lock is Locked By Another Process



Error: when installation debian package in Ubuntu
dpkg: error: dpkg status database is locked by another process

Solutions:
lsof /var/lib/dpkg/lock
kill -9 file_pid
sudo rm /var/lib/dpkg/lock
sudo apt-get update

0 Comments