• 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.0.2 On Ubuntu 15.04, Ubuntu 14.10 & Ubuntu 14.04

Install Linux Kernel 4.0.2 On Ubuntu 15.04, Ubuntu 14.10 & Ubuntu 14.04

By Sourabh / May 9, 2015 Category: How To, Ubuntu

Download and install Linux Kernel 4.0.2 on Ubuntu Systems. Install Linux Kernel 4.0.2 on 32 bit/64 bit Ubuntu 15.04, Ubuntu 14.10, Ubuntu 14.04 and Derivatives. Linus Torvalds has released the stable version of Linux Kernel 4.0.2.

The latest release of Linux Kernel 4.0.2 features various driver updates and imporevements. For example, it features driver updates for Bluetooth, SCSI, USB and ACPI, enhanced NFS and EXT4, and hardware improvements for the ARM64 and PowerPC architectures. Besides updated drivers and hardware improvements, Kernel 4.0.2 also supports new devices and filesystem enhancements.

Install Linux Kernel 4.0.2 on 32 Bit Ubuntu Systems

Open Terminal and run the following commands to install Linux Kernel 4.0.2 on 32 Bit Ubuntu systems:

cd /tmp
wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.2-wily/linux-headers-4.0.2-040002_4.0.2-040002.201505081529_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.2-wily/linux-headers-4.0.2-040002-generic_4.0.2-040002.201505081529_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.2-wily/linux-image-4.0.2-040002-generic_4.0.2-040002.201505081529_i386.deb
sudo dpkg -i linux-headers-4.0*.deb linux-image-4.0*.deb

Install Linux Kernel 4.0.2 on 64 Bit Ubuntu Systems

Open Terminal and run the following commands to install Linux Kernel 4.0.2 on 64 Bit Ubuntu systems:

cd /tmp
wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.2-wily/linux-headers-4.0.2-040002_4.0.2-040002.201505081529_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.2-wily/linux-headers-4.0.2-040002-generic_4.0.2-040002.201505081529_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.2-wily/linux-image-4.0.2-040002-generic_4.0.2-040002.201505081529_amd64.deb
sudo dpkg -i linux-headers-4.0*.deb linux-image-4.0*.deb

To remove the Linux Kernel 4.0.2 from Ubuntu Systems, run the following command:

sudo apt-get remove linux-header-4.0* linux-image-4.0*

Tags: Download Linux Kernel 4.0.2, How To Install Kernel 4.0.2 On Ubuntu, How To Install Linux Kernel 4.0.2 On Ubuntu, Install Kernel 4.0.2 On Ubuntu 14.04, Install Kernel 4.0.2 On Ubuntu 14.10, Install Linux Kernel 4.0.2, Linux Kernel 4.0.2, Linux Kernel 4.0.2 Ubuntu, Ubuntu 14.04, Ubuntu 14.10, Ubuntu 15.04

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