Install Linux Kernel 4.15 RC1 on Ubuntu, Linux Mint, Elementary OS, and other Ubuntu derivative versions

Source: Internet
Author: User
Tags linux mint

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.