Kernel 4.2 RC4 for Linux Ubuntu. Terminal commands to install Linux Kernel 4.2 RC4 on Ubuntu 15.04, Ubuntu 14.04 and Ubuntu 14.10. The latest version of Linux Kernel 4.2 RC4 has been released and it comes with various update for networking and drivers and some filesystem fixes.
Announcing the release, Linus wrote:
“So we still had some bugs due to the low-level x86 asm cleanup work, and the 32-bit compat ‘syscall’ instruction (only used on AMD) was subtly broken. That should be all fixed now, so if you run a 64-bit kernel and have 32-bit user space (including things like wine etc) and saw problems earlier, go ahead and update.
Of course, please go ahead and update even if you didn’t see problems, just to test the new rc.
Other than that issue, it’s mostly drivers and networking, USB, gpu, mmc, network drivers, sound. With some ARM noise (but even that is mostly driver-related: dts updates due to MMC fixes). And a few small filesystem fixes.”
Install Linux Kernel 4.2 RC4 on 32 bit Ubuntu Systems
Open Terminal and run the following commands to install Linux Kernel 4.2 RC4 on 32 bit Ubuntu and derivatives:
$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc4-unstable/linux-headers-4.2.0-040200rc4_4.2.0-040200rc4.201507262129_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc4-unstable/linux-headers-4.2.0-040200rc4-generic_4.2.0-040200rc4.201507262129_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc4-unstable/linux-image-4.2.0-040200rc4-generic_4.2.0-040200rc4.201507262129_i386.deb
$ sudo dpkg -i linux-headers-4.2*.deb linux-image-4.2*.deb
Install Linux Kernel 4.2 RC4 on 64 bit Ubuntu Systems
Open Terminal and run the following commands to install Linux Kernel 4.2 RC4 on 64 bit Ubuntu and derivatives:
$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc4-unstable/linux-headers-4.2.0-040200rc4_4.2.0-040200rc4.201507262129_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc4-unstable/linux-headers-4.2.0-040200rc4-generic_4.2.0-040200rc4.201507262129_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc4-unstable/linux-image-4.2.0-040200rc4-generic_4.2.0-040200rc4.201507262129_amd64.deb
$ sudo dpkg -i linux-headers-4.2*.deb linux-image-4.2*.deb
Uninstall Linux Kernel 4.2 RC4 From Ubuntu Systems
If you want to revert and uinstall (remove) Linux Kernel 4.2 RC4 from Ubuntu Systems, run the command given below:
$ sudo apt-get remove linux-header-4.2* linux-image-4.2*
Download Linux Kernel 4.2 RC4
mainline: | 4.2-rc4 | 2015-07-26 | [tar.xz] | [pgp] | [patch] |