Debian -- Getting Debian
debian.org/distribWhen you are ready, you can run the included installer (starting from Debian 10 Buster, this is the end-user-friendly Calamares Installer). Provided the images meet your size, language, and package selection requirements, this method may be suitable for you.
HowToUpgradeKernel - Debian Wiki
https://wiki.debian.org/HowToUpgradeKernelTo install a Linux kernel image, you first have to decide which one you want to use. Start with. apt-cache search linux-image. Note that images are available for several flavours - depending on your architecture. A good overview on available versions can also be seen at linux. The latest version can be installed using:
How to install full kernel source on Debian or Ubuntu
www.xmodulo.com › install-full-kernel-sourceJul 05, 2020 · If you want to install full kernel source, the Debian way described above should work on Ubuntu as well. There is another way to download full kernel source on Ubuntu. You can actually check out the kernel source tree maintained by Canonical for different Ubuntu releases. $ sudo apt-get install git $ git clone git://kernel.ubuntu.com/ubuntu/ubuntu-$ (lsb_release --codename | cut -f2).git.