that is
I had a situation worse than this. I had to remove the half-installed packages by forcing dependencies.
    
sudo dpkg --remove --force-remove-reinstreq --force-depends <package-name>
sudo apt-get -f install
