You can use apt list to search for matching packages eg.: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:of course that will replace the stable version so your default stable kernel won't be upgraded automatically any more.
Code:
apt list linux-image-6.5*
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
Statistics: Posted by sunrat — 2024-03-13 02:20