Install or upgrade kernel Linux kernel in Ubuntu

Source: Internet
Author: User

Main reference: https://www.linux.cn/article-6137-1.html

1. Locate the required kernel version from the http://kernel.ubuntu.com/~kernel-ppa/mainline/and enter the corresponding file path.

2. Select the. deb file, follow the operating system type, 32-bit Select i386 suffix, 64-bit select AMD suffix. Select which files

Reference: Https://wiki.ubuntu.com/Kernel/MainlineBuilds which installing upstream kernels (manually) part. Kernel version is different, find the corresponding file download can.

Terminal Terminal operation:

Under any folder, execute the command

wget Http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-unstable/linux-xxxx_all.deb

XXXX needs to be changed to a specific file name.

You can download the required Deb file.

3. After the download is complete, execute the Deb file.

If there are other Deb files under the file path, you can choose the following command (remember to modify the corresponding version number):

sudo dpkg-i linux-headers-4.2.0-*.deb linux-image-4.2.0-*.deb

If not, you can do this:

sudo dpkg-i *.deb

Enter the installation link.

4. After the installation is complete, restart the uname-r or uname-a to see the upgraded kernel version after the terminal is entered.

Install or upgrade kernel Linux kernel in Ubuntu

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.