Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 4056

General Questions • Re: [Software] Debian 13 Updates resets my system

$
0
0
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 case

Code:

sudo apt install linux-headers-amd64
Your package `linux-headers-$(uname -r)`installs only the header for the currently running header since $(uname -r) gives this version.

Statistics: Posted by blackbird — 2026-02-22 09:54



Viewing all articles
Browse latest Browse all 4056

Trending Articles