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

Installation • Re: How to upgrade bookwork kernel from backports

$
0
0
You can use apt list to search for matching packages eg.:

Code:

apt list linux-image-6.5*
You can run it as user, no need for privilege escalation.
Also it is advisable to install the matching linux-headers... package for your kernel.

And if you wish to have your backports kernel upgraded with regular system upgrades:

Code:

apt install -t bookworm-backports linux-image-amd64 linux-headers-amd64
of course that will replace the stable version so your default stable kernel won't be upgraded automatically any more.

Statistics: Posted by sunrat — 2024-03-13 02:20



Viewing all articles
Browse latest Browse all 2849

Trending Articles