Upgrade packages have been kept back

Hello,

I'm starting (literally never done this before) with Linode and just got a server with Ubuntu 19.10 installed. I'm going through Getting Started with Linode instructions and got stuck on Install Software Updates part.

When I run apt-get update && apt-get upgrade I get this output:

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

Does anyone know what this means and what to do here?

2 Replies

Linode Staff

When a package is "kept back" by apt-get that means updating the package would require the installation of a new package, so the update was skipped. You can update the packages by reinstalling them:

apt-get install linux-generic linux-headers-generic linux-image-generic

That worked! Thanks!

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct