sudo apt-get -f install sudo apt-get --fix-broken install sudo apt-get --fix-missing install sudo dpkg --configure -a this style method in this order fixed the error for me and setup the broken packages
sudo apt-get -f install
sudo apt-get --fix-broken install
sudo apt-get --fix-missing install
sudo dpkg --configure -a this style method in this order fixed the error for me and setup the broken packages