Linux Kernel 4.2 installation instructions
Linux Kernel 4.2 has been released. This is the largest version recently released by Linus Torvalds, with more than 1 million lines of code added and about 0.25 million lines of code removed. Main new features include: new AMDGPU driver; Intel Broxton support; Improved ncq trim processing; F2FS file system encryption; partially rewritten Intel x86 assembly code; LSM Stacking; latency gradient network congestion control algorithm, improved control group write-back management, and so on.
The following content is from the mail list:
So judging by how little happened this week, it wouldn’t have been a mistake to release 4.2 last week after all, but hey, there’s certainly a few fixes here, and it’s not like delaying 4.2 for a week should have caused any problems either.
So here it is, and the merge window for 4.3 is now open. I already have a few pending early pull requests, but as usual I’ll start processing them tomorrow and give the release some time to actually sit.
Installation instructions.
Ubuntu provides the DEB installation package: kernel.ubuntu.com. You can also run the following command to install it.
32-bit users:
Download the installation package command:
cd /tmp
wget
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-unstable/linux-headers-4.2.0-040200_4.2.0-040200.201508301530_all.deb
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-unstable/linux-headers-4.2.0-040200-generic_4.2.0-040200.201508301530_i386.deb
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-unstable/linux-image-4.2.0-040200-generic_4.2.0-040200.201508301530_i386.deb
Install Kernel:
sudo dpkg -i linux-headers-4.2*.deb linux-image-4.2*.deb
Uninstall kernel:
sudo apt-get remove linux-header-4.2* linux-image-4.2*
64-bit users:
Download the installation package command:
cd /tmp
wget
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-unstable/linux-headers-4.2.0-040200_4.2.0-040200.201508301530_all.deb
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-unstable/linux-headers-4.2.0-040200-generic_4.2.0-040200.201508301530_amd64.deb
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-unstable/linux-image-4.2.0-040200-generic_4.2.0-040200.201508301530_amd64.deb
Install Kernel:
sudo dpkg -i linux-headers-4.2*.deb linux-image-4.2*.deb
Uninstall kernel:
sudo apt-get remove linux-header-4.2* linux-image-4.2*
CentOS 7 Installation
su root
rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
yum install http://www.elrepo.org/elrepo-release-7.0-2.el7.elrepo.noarch.rpm
yum --enablerepo=elrepo-kernel install kernel-ml
reboot
Uninstall kernel 4.2
yum remove kernel-ml
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: