Upgrade Ubuntu to Linux Kernel 4.2.3
Linux Kernel 4.2.3 has been released. There are some new changes in this new version. If you are a Ubuntu user, it is very convenient to upgrade to Kernel 4.2.3, ubuntu provides the DEB installation package, which reduces the number of errors in self-compiling the kernel. Of course, there is no error at all. Upgrading the kernel is risky, so proceed with caution.
Linux Kernel stable 4.2.3/4.1.10 release and download
Installation Method: run the command line to install and open the terminal.
32-bit user installation command:
Download the installation package:
Cd/tmp
Wget
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.2.3-unstable/linux-headers-4.2.3-040203_4.2.3-040203.201510030832_all.deb
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.2.3-unstable/linux-headers-4.2.3-040203-generic_4.2.3-040203.201510030832_i386.deb
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.2.3-unstable/linux-image-4.2.3-040203-generic_4.2.3-040203.201510030832_i386.deb
Install the kernel:
Sudo dpkg-I linux-headers-4.2 *. deb linux-image-4.2 *. deb
If the problem persists, run the following command to uninstall the new kernel:
Sudo apt-get remove linux-header-4.2 * linux-image-4.2 *
64-bit user installation command:
Download the installation package:
Cd/tmp
Wget
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.2.3-unstable/linux-headers-4.2.3-040203_4.2.3-040203.201510030832_all.deb
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.2.3-unstable/linux-headers-4.2.3-040203-generic_4.2.3-040203.201510030832_amd64.deb
Kernel.ubuntu.com /~ Kernel-ppa/mainline/v4.2.3-unstable/linux-image-4.2.3-040203-generic_4.2.3-040203.201510030832_amd64.deb
Install the kernel:
Sudo dpkg-I linux-headers-4.2 *. deb linux-image-4.2 *. deb
Uninstall the kernel:
Sudo apt-get remove linux-header-4.2 * linux-image-4.2 *
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: