I searched for broken packages on Synaptic Package Manager, but it couldn't find any.
However, I know they exist, because I ran grep Broken /var/log/dist-upgrade/apt.log
and there were hundreds of results.
What could be the problem? If I can't use Synaptic, is there a command that will remove all broken packages?
Thanks!
sudo apt-get update –fix-missing
,sudo dpkg –configure -a
andsudo apt-get install -f
? – Nullpointer Feb 09 '17 at 09:10