Install Linux Kernel 4.15 RC1 on Ubuntu, Linux Mint, Elementary OS, and other Ubuntu derivative versions
Installation instructions:
Since it is very difficult to compile Linux kernel, Canonical has packaged all kernel versions into the deb software package and provided them to everyone using Ubuntu or Ubuntu-based systems through its kernel.ubuntu.com repository.
The following command applies to all Ubuntu, Linux Mint, Elementary OS, and other Ubuntu derivative systems.
For 32-bit systems, download and install i386 debs. For 64-bit systems, download and install the amd64 software package:
How to install Linux Kernel 4.15.x on 32-bit Ubuntu and derivative systems:
Download the required software package:
$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.15-rc1/linux-headers-4.15.0-041500rc1_4.15.0-041500rc1.201711262030_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.15-rc1/linux-headers-4.15.0-041500rc1-generic_4.15.0-041500rc1.201711262030_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.15-rc1/linux-image-4.15.0-041500rc1-generic_4.15.0-041500rc1.201711262030_i386.deb
Install the kernel:
$ sudo dpkg -i linux-headers-4.15*.deb linux-image-4.15*.deb
Optional. Delete the kernel:
$ sudo apt-get remove linux-headers-4.15* linux-image-4.15*
How to install Linux Kernel 4.15.x on 64-bit Ubuntu and derivative systems:
Download the required software package:
$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.15-rc1/linux-headers-4.15.0-041500rc1_4.15.0-041500rc1.201711262030_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.15-rc1/linux-headers-4.15.0-041500rc1-generic_4.15.0-041500rc1.201711262030_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.15-rc1/linux-image-4.15.0-041500rc1-generic_4.15.0-041500rc1.201711262030_amd64.deb
Install the kernel:
$ sudo dpkg -i linux-headers-4.15*.deb linux-image-4.15*.deb
Optional. Delete the kernel:
$ sudo apt-get remove linux-headers-4.15* linux-image-4.15*
Install Linux Kernel 4.9.26 on Ubuntu
Ubuntu 16.04.2 install Linux kernel 4.10 kernel and solve VMware Problems
Linux Kernel 4.2.2 compilation and installation tutorial
Ubuntu 15.10 will use the Linux Kernel 4.2 Kernel
How to install Kernel 4.0.2 on CentOS 7
How to install Linux Kernel 4.0 on CentOS 7
How to install Linux kernel 4.0 on Ubuntu/CentOS?
Install Linux Kernel 4.10.1 In Ubuntu, Linuxmint, and derivative versions
How to install the 3.16.7 CKT2 kernel in Ubuntu 14.10, Ubuntu 14.04, and its derivative versions
Linux Kernel: click here
Linux Kernel: click here