You are here

Ubuntu fix broken packages

apt update --fix-missing  # start with a cleanup
apt install -f                       # next do a force
dpkg --configure -a

This might not be complete