I have already tried all the usual fixes to this .. no luck so far
sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
libglib2.0-0:i386 libhwloc-plugins
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
none of the following help
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -f install
apt-cache policy {packagename}
– STW Aug 29 '15 at 09:16sudo apt-get dist-upgrade
is the best solution, its not a good idea toapt-get install
the packages. – mcfedr Nov 18 '16 at 12:17dist-upgrade
can be quite dangerous". – Pablo Bianchi Mar 24 '19 at 22:08