Install latest kernel method 2

Post Reply
zemerdon
Site Admin
Posts: 255
Joined: Mon Jan 23, 2023 8:13 pm

Install latest kernel method 2

Post by zemerdon »

apt search linux-image

You can notice several versions being listed that are available from backports repository.

To install the new kernel, run the following command,

apt -t bullseye-backports upgrade

Once the Kernel has been installed, reboot the server so it can boot into the new version.

reboot
Post Reply