How to install Linux Kernel 4.4 on Ubuntu
Linus Torvalds released Kernel 4.4 LTS, and added 3D support for the new Kernel in the virtual GPU driver, allows virtual visitors to 3D hardware-accelerated graphics cards and simpler and faster cycle devices that support Asynchronous I/O and Direct I/O. This increases system performance and reduces memory usage, lightNVM is used to support Open-Channel SSDS.
Linux Kernel 4.4 officially released and downloaded
Linux kernelUbuntu users can download the DEB installation package through the official kernel.ubuntu.com library, or install it using the following command:
32-bit Ubuntu and its derivative systems:
Download the installation package:
Cd/tmp
Wget \
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.4-wily/linux-headers-4.4.0-040400_4.4.0-040400.201601101930_all.deb \
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.4-wily/linux-headers-4.4.0-040400-generic_4.4.0-040400.201601101930_i386.deb \
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.4-wily/linux-image-4.4.0-040400-generic_4.4.0-040400.201601101930_i386.deb
Install Kernel:
Sudo dpkg-I linux-headers-4.4 *. deb linux-image-4.4 *. deb
Run the following command to uninstall the kernel:
Sudo apt-get remove linux-headers-4.4 * linux-image-4.4 *
64-bit Ubuntu and its derivative systems:
Download the installation package:
Cd/tmp
Wget \
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.4-wily/linux-headers-4.4.0-040400_4.4.0-040400.201601101930_all.deb \
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.4-wily/linux-headers-4.4.0-040400-generic_4.4.0-040400.201601101930_amd64.deb \
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.4-wily/linux-image-4.4.0-040400-generic_4.4.0-040400.201601101930_amd64.deb
Install Kernel:
Sudo dpkg-I linux-headers-4.4 *. deb linux-image-4.4 *. deb
Uninstall kernel:
Sudo apt-get remove linux-headers-4.4 * linux-image-4.4 *
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?
How to install Linux kernel 13.10 On Ubuntu 3.12
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
This article permanently updates the link address: