If Debian says "The following packages have been kept back:"
According to this askubuntu.com question, if your Debian-based Linux tells you The following packages have been kept back:
while upgrading, you might do this:
- Run
sudo apt-get --with-new-pkgs upgrade
- Run
sudo apt-get install <list of packages kept back>
- (If nothing else helps, run
sudo apt-get dist-upgrade
, but beware of automatic package removals!)
comments powered by Disqus