• 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 in Ubuntu 15.04 & Ubuntu 14.04

Install Linux Kernel 4.2 in Ubuntu 15.04 & Ubuntu 14.04

By Sourabh / September 1, 2015 Category: Uncategorized

Download and Install Linux Kernel 4.2 (.DEB). Terminal commands (CLI) to Install Linux Kernel 4.2 in Ubuntu 15.04, Ubuntu 14.04 and Derivatives.

Install Linux Kernel 4.2 on 32 Bit Ubuntu Systems

Run the following commands in Terminal to install Linux Kernel 4.2 on 32 bit Ubuntu and derivatives:

$ 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
$ sudo dpkg -i linux-headers-4.2*.deb linux-image-4.2*.deb

Install Linux Kernel 4.2 on 64 Bit Ubuntu Systems

Run the following commands in Terminal to install Linux Kernel 4.2 on 64 bit Ubuntu and derivatives:

$ 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
$ sudo dpkg -i linux-headers-4.2*.deb linux-image-4.2*.deb

If you wish to uninstall and remove the Linux Kernel 4.2 from Linux Ubuntu Systems, run the command given below:

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

Tags: How to Install Linux Kernel 4.2 in Ubuntu, How to Upgrade Linux Kernel 4.2 in Ubuntu, Install Linux Kernel 4.2 in Ubuntu, Install Linux Kernel 4.2 in Ubuntu 14.04, Install Linux Kernel 4.2 in Ubuntu 15.04, Linux Kernel 4.2, Linux Kernel 4.2 Ubuntu, Linux Kernel 4.2 Ubuntu 14.04, Linux Kernel 4.2 Ubuntu 14.10, Linux Kernel 4.2 Ubuntu 15.04, Upgrade Linux Kernel 4.2 in Ubuntu

Primary Sidebar

Latest Posts

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

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

Best AI Plugins For WordPress To Use In 2026

3 Commands To Check USB Connection In Linux Terminal

Linux Terminal Commands for Beginners With Examples

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

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