From all available information so far, it seems this packages was in Phased Updates and reached 20%, and was then pulled back.
This most likely means that some of the first users to get this packages ran into one or more bugs that were considered serious enough to roll back the update (I haven't yet identified which bugs these are).
The recommended action in this case would probably be to roll back to the previous version.
This can be done with apt
by specifying the exact version you want to install:
sudo apt-get install initramfs-tools=0.140ubuntu13.2 initramfs-tools-bin=0.140ubuntu13.2 initramfs-tools-core=0.140ubuntu13.2
This should downgrade back to the current version, and will output the following without any errors: (output from --dry-run
)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be DOWNGRADED:
initramfs-tools initramfs-tools-bin initramfs-tools-core
0 upgraded, 0 newly installed, 3 downgraded, 0 to remove and 0 not upgraded.
Inst initramfs-tools [0.140ubuntu13.4] (0.140ubuntu13.2 Ubuntu:22.04/jammy-updates [all]) []
Inst initramfs-tools-core [0.140ubuntu13.4] (0.140ubuntu13.2 Ubuntu:22.04/jammy-updates [all]) []
Inst initramfs-tools-bin [0.140ubuntu13.4] (0.140ubuntu13.2 Ubuntu:22.04/jammy-updates [amd64])
Conf initramfs-tools (0.140ubuntu13.2 Ubuntu:22.04/jammy-updates [all])
Conf initramfs-tools-core (0.140ubuntu13.2 Ubuntu:22.04/jammy-updates [all])
Conf initramfs-tools-bin (0.140ubuntu13.2 Ubuntu:22.04/jammy-updates [amd64])
EDIT:The initial response from the package maintainer seems to indicate that the release was pulled because of a scheduling conflict with point release 22.04.3, and thus not pointing to any serious bug. I'll follow up on this - see here.
EDIT2: FWIW, it seems initramfs-tools 0.140ubuntu13.4
is back in the release
pocket of the repositories.