• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / Uncategorized / Install Linux Kernel 4.2 RC4 on Ubuntu 15.04, Ubuntu 14.04 & Ubuntu 14.10

Install Linux Kernel 4.2 RC4 on Ubuntu 15.04, Ubuntu 14.04 & Ubuntu 14.10

By Sourabh / July 27, 2015 Category: Uncategorized

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]

Tags: Install Linux Kernel 4.2 RC4, Install Linux Kernel 4.2 RC4 on 32 bit Ubuntu, Install Linux Kernel 4.2 RC4 on 64 bit Ubuntu, Install Linux Kernel 4.2 RC4 on Ubuntu 14.04, Install Linux Kernel 4.2 RC4 on Ubuntu 14.10, Install Linux Kernel 4.2 RC4 on Ubuntu 15.04, Linux Kernel 4.2 RC4, Linux Kernel 4.2 RC4 Ubuntu 14.04, Linux Kernel 4.2 RC4 Ubuntu 14.10, Linux Kernel 4.2 RC4 Ubuntu 15.04, Ubuntu Install Linux Kernel 4.2 RC4

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap