How to see pending updates?

My dashboard shows a pair of seemingly conflicting statements:

  1. “All installed packages are up to date”
  2. " Warning! Recent package updates (such as a new kernel version) require a reboot to be fully applied."

My noob question, after having tried a few things: what can I do to see package updates or new kernel version that is/are pending?

(I am a little cautious about just letting this happen without knowing anything at all about what is pending.)

When updates are available there will be a link that takes you to the Software Packages module and you can review what will be installed.

If you see a reboot message, it is no longer pending. The kernel is already installed. It’s just not running yet, because you have to reboot to start a new kernel.

Kernels are just packages like any other. The only thing special about them is it takes a reboot to start running them. Everything else restarts itself, if needed to put it into service, during the upgrade.

And, also a reminder that we use the system software package manager (for our packages, too), so these aren’t Virtualmin specific questions. The GUI is just showing you what apt and dpkg could also tell you (that’s where we get the info on Debian/Ubuntu).

Ahhh… and searching elsewhere teaches me that:

  • uname -r displays the running kernel
  • dpkg --list|grep linux-image displays all installed kernels

And with that, I now know 4.19.0-23 has been installed (I’m running -22) :slight_smile:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.