I do update my Ubuntu-22.04 desktop daily.
Yesterday (2023-08-09) a new version of initramf-tools
got installed.
It is version 0.140ubuntu13.4.
I do check every day the origin of all installed packages via apt-cache policy (package)
and via apt show (package)
. The version above doesn't seem to be available within the official repos any more.
How shall I continue?
- Uninstall version 0.140ubuntu13.4 and reinstall the previous version?
- Ignore the situation?
+ apt-cache policy initramfs-tools
initramfs-tools:
Installed: 0.140ubuntu13.4
Candidate: 0.140ubuntu13.4
Version table:
*** 0.140ubuntu13.4 100
100 /var/lib/dpkg/status
0.140ubuntu13.2 500
500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
0.140ubuntu13 500
500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages
+ apt show initramfs-tools
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Package: initramfs-tools
Version: 0.140ubuntu13.4
Status: install ok installed
Priority: optional
Section: utils
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Installed-Size: 152 kB
Provides: linux-initramfs-tool
Depends: initramfs-tools-core (= 0.140ubuntu13.4), linux-base
Suggests: bash-completion
Conflicts: linux-initramfs-tool, usplash (<< 0.5.50)
Breaks: e2fsprogs (<< 1.42.13), initscripts (<< 2.88dsf-59.3~), netplan.io (<< 0.37), upstart
Download-Size: unknown
APT-Manual-Installed: no
APT-Sources: /var/lib/dpkg/status
Description: generic modular initramfs generator (automation)
This package builds a bootable initramfs for Linux kernel packages. The
initramfs is loaded along with the kernel and is responsible for
mounting the root filesystem and starting the main init system.