Can't install deb file, Gdebi claims there is other software management tools running

Solution 1:

You have to resume package installation procedure by executing the following commands:

sudo rm -v /var/lib/dpkg/lock* /var/cache/apt/archives/lock
sudo dpkg --configure -a
sudo apt-get install -f
sudo apt-get upgrade