Friday, June 14, 2013

The following packages have been kept back

In Ubuntu (or Debian and other derivatives), you might observe the following message when performing sudo apt-get upgrade.

The following packages have been kept back


To get rid of this one, do:
$: sudo apt-get install <package name(s)>

For example, below was one of the error messages I am getting:

The following packages have been kept back
    linux-generic linux-headers-generic linux-image-generic


To fix this do:
$: sudo apt-get linux-generic linux-headers-generic linux-image-generic

No comments:

SBCL Hello world

SBCL Hello, world! Version info: - OS: Windows 11 23H2 (Microsoft Windows [Version 10.0.22631.7079]) - Emacs: 30.2 - SBCL : 2.6.4 - SLI...