Daily Linux Kernel – .deb Packages

Daily Linux Kernel – .deb Packages

In this page, you will find my daily compiled version of the Linux Kernel. The kernel is compiled to .deb packages, inside a .tar file. The repository used to compile the kernel

This .tar file contains the following files:

  • linux-headers…deb
  • linux-image…deb
  • linux-libc-dev…deb

To install, extract the .tar package on an empty directory and use dpkg to install the new kernel files:

sudo dpkg -i linux-header* linux-image* linux-libc-dev*

The current configuration file used to build these kernels can be found here.

The repository used to fetch and build the Linux Kernel is Linus Torvald’s linux repository in GitHub.

Daily kernel builds

Linux Kernel 6.7.0-rc3

Linux Kernel 6.7.0-rc2