In case you got this nasty error when trying to install new package on Ubuntu/Debian:
"dpkg status database is locked by another process",
Then all you need to do is to run the following two commands in the terminal,
sudo rm /var/lib/dpkg/lock
sudo dpkg --configure -a
It worked perfectly with me,