Hello,
The error you reported in the first post, as already stated, is caused by insufficient free disk space: purge unnecessary packages.So:
--
note: in a previous post of yours, the following warning message is reported:Check your apt configuration.
--
[1] The "proposed-updates" mechanism
The error you reported in the first post, as already stated, is caused by insufficient free disk space: purge unnecessary packages.
The two letters on the right (in the quoted output) can be read according to the manual page of the dpkg-query command:Code:
# dpkg --list | grep linux-imageic linux-image-6.1.0-18-amd64 6.1.76-1 amd64 Linux 6.1 for 64-bit PCs (signed)rc linux-image-6.1.0-21-amd64 6.1.90-1 amd64 Linux 6.1 for 64-bit PCs (signed)rc linux-image-6.1.0-22-amd64 6.1.94-1 amd64 Linux 6.1 for 64-bit PCs (signed)rc linux-image-6.1.0-23-amd64 6.1.99-1 amd64 Linux 6.1 for 64-bit PCs (signed)rc linux-image-6.1.0-25-amd64 6.1.106-3 amd64 Linux 6.1 for 64-bit PCs (signed)ii linux-image-6.1.0-26-amd64 6.1.112-1 amd64 Linux 6.1 for 64-bit PCs (signed)ic linux-image-6.1.0-27-amd64 6.1.115-1 amd64 Linux 6.1 for 64-bit PCs (signed)ii linux-image-6.1.0-28-amd64 6.1.119-1 amd64 Linux 6.1 for 64-bit PCs (signed)ii linux-image-amd64 6.1.119-1 amd64 Linux for 64-bit PCs (meta-package)
The first three columns of the output show the desired action, the package status, and errors, in that order.
Desired action:
u = Unknown
i = Install
h = Hold
r = Remove
p = Purge
Package status:
n = Not-installed
c = Config-files
H = Half-installed
U = Unpacked
F = Half-configured
W = Triggers-awaiting
t = Triggers-pending
i = Installed
Error flags:
<empty> = (none)
R = Reinst-required
An uppercase status or error letter indicates the package is likely to cause severe problems. Please refer to dpkg(1) for information about the above states and flags.
None of them are betas (strictly speaking):Are the 27 and 28 beta or stable kernels? It's looks like betas?
Code:
$ apt list linux-image-6.1.0-27-amd64 linux-image-6.1.0-28-amd64Listing... Donelinux-image-6.1.0-27-amd64/stable,now 6.1.115-1 amd64 [installed,automatic]linux-image-6.1.0-28-amd64/stable-security,proposed-updates,now 6.1.119-1 amd64 [installed,automatic]
- linux-image-6.1.0-27-amd64: it is the current stable kernel
- linux-image-6.1.0-28-amd64: it is the current stable-security,proposed-updates (see [1] for proposed updates)
--
note: in a previous post of yours, the following warning message is reported:
Code:
#apt-get updateReading package lists... DoneN: Repository 'Debian bookworm' changed its 'firmware component' value from 'non-free' to 'non-free-firmware'N: More information about this can be found online in the Release notes at: https://www.debian.org/releases/bookworm/amd64/release-notes/ch-information.html#non-free-split
--
[1] The "proposed-updates" mechanism
Statistics: Posted by Aki — 2024-12-22 16:23 — Replies 12 — Views 349