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!)
Top comments (1)
I'm the ultimate noob at Linux and came across this issue. I've read almost all articles and watched all youtube videos on this issue before I came to this. I was thinking in my head after watching and reading everything that the answer above is the solution and then I came across this. All I wanted to say was that I think this answer is the most concise clear explanation of what to do in this situation.