0

sudo apt update -- says

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
2 packages can be upgraded. Run 'apt list --upgradable' to see them.

but sudo apt upgrade showed

$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  grub-efi-amd64-bin grub-efi-amd64-signed
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

Why 2 of them were not upgraded and the following packages were kept back ?

1 Answers1

0

This is most likely because Ubuntu 22.04 is trying out "phased updates," which means you won't actually get to update them instantly. Instead, it gives the upates to machines in "phases," which means you'll get your update in a few days. Just wait it out.

AFT
  • 1,687