Install Kernel 4.15 RC5 on Ubuntu, Linux Mint, and other derivative versions

Source: Internet
Author: User
Tags linux mint

Install Kernel 4.15 RC5 on Ubuntu, Linux Mint, and other derivative versions

This section describes how to install Kernel 4.15 RC5 on Ubuntu, Linux Mint, Elementary OS, and other Ubuntu derivative versions.

Installation instructions:

Due to the difficulty of compiling the Linux kernel, Canonical has packaged all kernel versions into the deb software package and provided them to everyone who uses 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 Kernel 4.15.x on 32-bit Ubuntu and derived systems:

Download the required software package:

$ Cd/tmp
$ Wget \
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.15-rc5/linux-headers-4.15.0-041500rc5_4.15.0-041500rc5.201712240530_all.deb \
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.15-rc5/linux-headers-4.15.0-041500rc5-generic_4.15.0-041500rc5.201712240530_i386.deb \
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.15-rc5/linux-image-4.15.0-041500rc5-generic_4.15.0-041500rc5.201712240530_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 Kernel 4.15.x on 64-bit Ubuntu and derived systems:

Download the required software package:

$ Cd/tmp
$ Wget \
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.15-rc5/linux-headers-4.15.0-041500rc5_4.15.0-041500rc5.201712240530_all.deb \
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.15-rc5/linux-headers-4.15.0-041500rc5-generic_4.15.0-041500rc5.201712240530_amd64.deb \
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.15-rc5/linux-image-4.15.0-041500rc5-generic_4.15.0-041500rc5.201712240530_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 *

Enter dpkg -- get-selections | grep linux-check the kernel version:

Bkjia @ bkjia :~ $ Dpkg -- get-selections | grep linux-

Install linux-headers-4.15.0-041500rc5
Install linux-headers-4.15.0-041500rc5-generic
Install linux-headers-4.15.0-041500rc5-lowlatency

Related: Linus Torvalds released Linux Kernel 4.15 RC5 on Christmas Day

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.