• 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 / How To / Install Linux Kernel 4.2 RC2 on Ubuntu 15.04, Ubuntu 14.04 and Ubuntu 14.10

Install Linux Kernel 4.2 RC2 on Ubuntu 15.04, Ubuntu 14.04 and Ubuntu 14.10

By Sourabh / July 13, 2015 Category: How To, Ubuntu

Install Linux Kernel 4.2 RC2 on Ubuntu 15.04, Ubuntu 14.04 and Ubuntu 14.10. Linux Kernel 4.2 RC2 has been released with updated drivers, improvements for PC architecture – ARM, MIPS, PA-RISC, and x86. It also features optimizations for the BTRFS file systems and many other changes.

Announcing the release, Linus Torvalds said:

“Another week, another rc. What can I say? Call me boring, but that’s how this all works,” says Linus Torvalds. “This is not a particularly big rc, and things have been fairly calm. We definitely did have some problems in -rc1 that bit people, but they all seemed to be pretty small, and let’s hope that -rc2 ends up having fewer annoying issues.”

Install Linux Kernel 4.2 RC2 on 32 Bit Ubuntu Systems

Open Terminal and run the following commands to install Kernel 4.2 RC2 on 32 bit Ubuntu and derivative systems.

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc2-unstable/linux-headers-4.2.0-040200rc2_4.2.0-040200rc2.201507121935_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc2-unstable/linux-headers-4.2.0-040200rc2-generic_4.2.0-040200rc2.201507121935_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc2-unstable/linux-image-4.2.0-040200rc2-generic_4.2.0-040200rc2.201507121935_i386.deb
$ sudo dpkg -i linux-headers-4.2*.deb linux-image-4.2*.deb

Install Linux Kernel 4.2 RC2 on 64 Bit Ubuntu Systems

Open Terminal and run the following commands to install Kernel 4.2 RC2 on 64 bit Ubuntu and derivative systems.

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc2-unstable/linux-headers-4.2.0-040200rc2_4.2.0-040200rc2.201507121935_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc2-unstable/linux-headers-4.2.0-040200rc2-generic_4.2.0-040200rc2.201507121935_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.2-rc2-unstable/linux-image-4.2.0-040200rc2-generic_4.2.0-040200rc2.201507121935_amd64.deb
$ sudo dpkg -i linux-headers-4.2*.deb linux-image-4.2*.deb

Remove Linux Kernel 4.2 RC2 From Ubuntu Systems

If you want to remove the Linux Kernel 4.2 RC2 from 32/64 bit Ubuntu and derivative systems, run the following command:

$ sudo apt-get remove linux-header-4.2* linux-image-4.2*

Tags: Install Linux Kernel 4.2 RC2, Install Linux Kernel 4.2 RC2 on Ubuntu, Install Linux Kernel 4.2 RC2 Ubuntu 14.04, Install Linux Kernel 4.2 RC2 Ubuntu 14.10, Install Linux Kernel 4.2 RC2 Ubuntu 15.04, Linux Kernel 4.2 RC2, Remove Linux Kernel 4.2 RC2 From Ubuntu, Remove Linux Kernel From Ubuntu, Ubuntu 14.04 Linux Kernel 4.2 RC2, Ubuntu 14.10 Linux Kernel 4.2 RC2, Ubuntu 15.04 Linux Kernel 4.2 RC2

Primary Sidebar

Latest Posts

How To Check User Permissions In Linux Using Command

Check Which Folder Is Taking More Space In Ubuntu Linux

How to Install Claude Desktop App in Ubuntu Linux

Job Scheduling Using At Command In Linux With Examples

How To Check Permissions Of A Directory In Linux Command

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

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

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