Download Kernel

wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.16.14.tar.xz

Kernel all ready on the System

ls /usr/src/kernels/

Extract the New Kernel into kernels folder

tar -Jxvf linux-5.16.14.tar.xz -C /usr/src/kernels

Last updated

Was this helpful?