2
USER_NAME@MACHINE_NAME:~$ sudo apt update
...
The following packages have been kept back:
  fprintd isc-dhcp-client isc-dhcp-common libpam-fprintd
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.

USER_NAME@MACHINE_NAME:~$ sudo apt list --upgradable
Listing... Done
fprintd/jammy-updates 1.94.2-1ubuntu0.22.04.1 amd64 [upgradable from: 1.94.2-1]
isc-dhcp-client/jammy-updates 4.4.1-2.3ubuntu2.2 amd64 [upgradable from: 4.4.1-2.3ubuntu2.1]
isc-dhcp-common/jammy-updates 4.4.1-2.3ubuntu2.2 amd64 [upgradable from: 4.4.1-2.3ubuntu2.1]
libpam-fprintd/jammy-updates 1.94.2-1ubuntu0.22.04.1 amd64 [upgradable from: 1.94.2-1]

The GUI doesn't show this information.

Do I just wait this out?

  • 1
    sudo apt install fprintd isc-dhcp-client isc-dhcp-common libpam-fprintd solved the problem. But, what I'm wondering is why Ubuntu and the GUI they've developed doesn't tell you anything about this. – repurposer31 Aug 22 '22 at 17:03

1 Answers1

2

This is the best answer I've found thus far: How to force "packages [that] have been kept back" to be installed [as] "automatic"?

Basically, don't touch it.

Even if you do, it shouldn't be a big deal.