You have software installed that need kernel drivers which are not part of the kernel. So for each kernel update parts of these drivers have to be compiled against the update kernel and that needs the header files for the new kernel.
To ensure that the headers are installed together with the kernel for each update, you should install the correct meta-package, in your caseYour package `linux-headers-$(uname -r)`installs only the header for the currently running header since $(uname -r) gives this version.
To ensure that the headers are installed together with the kernel for each update, you should install the correct meta-package, in your case
Code:
sudo apt install linux-headers-amd64Statistics: Posted by blackbird — 2026-02-22 09:54