1

I have a Ubuntu 18.04.6 LTS machine that says to me, after logging in:

444 updates can be applied immediately.

To see these additional updates run: apt list --upgradable

But when I use apt list --upgradable, as suggested, it lists just 4 available updates.

  • Why is the machine lying to me?

I don't remember doing anything that could possibly justify this passive-agressive behaviour towards me.

  1. The suggestion to logout and login again is not fixing the MOTD;
  2. The suggestion to run run-parts /etc/update-motd.d/ does not fixes MOTD, as it just displays it again, and cat /run/motd.dynamic.new can't work because No such file or directory.

1 Answers1

1

The problem was that one update was stuck, giving this error:

E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

After the unmet dependency was solved, apt upgrade resumed working, and MOTD automatically started to get updated with the correct number of available updates.