• 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.4 RC2 On Ubuntu 15.10 & Ubuntu 14.04

Install Linux Kernel 4.4 RC2 On Ubuntu 15.10 & Ubuntu 14.04

By Sourabh / November 27, 2015 Category: How To, Ubuntu

Kernel 4.4 RC2 for Ubuntu. How to install Linux Kernel 4.4 RC2 on Ubuntu 15.10, Ubuntu 14.04 and Derivatives. Linux Kernel 4.4 RC2 has been released with updated drivers and few enhancements.

Terminal commands to install Kernel 4.4 RC2 on Ubuntu, Linux Mint, Elementary OS and other Ubuntu Derivative systems, both 32 bit and 64 bit Systems. Please note that you must download and install the i386 debs for 32 bit systems and the amd64 packages for 64 bit systems.

Install Kernel 4.4 RC2 on 32 Bit Ubuntu Systems

Run the following commands in Terminal to install Linux Kernel 4.4 on 32 bit Ubuntu and derivative systems:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-rc2+cod1-wily/linux-headers-4.4.0-040400rc2_4.4.0-040400rc2.201511231054_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-rc2+cod1-wily/linux-headers-4.4.0-040400rc2-generic_4.4.0-040400rc2.201511231054_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-rc2+cod1-wily/linux-image-4.4.0-040400rc2-generic_4.4.0-040400rc2.201511231054_i386.deb
$ sudo dpkg -i linux-headers-4.4*.deb linux-image-4.4*.deb

Install Kernel 4.4 RC2 on 64 Bit Ubuntu Systems

Run the following commands in Terminal to install Linux Kernel 4.4 on 64 bit Ubuntu and derivative systems:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-rc2+cod1-wily/linux-headers-4.4.0-040400rc2_4.4.0-040400rc2.201511231054_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-rc2+cod1-wily/linux-headers-4.4.0-040400rc2-generic_4.4.0-040400rc2.201511231054_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4-rc2+cod1-wily/linux-image-4.4.0-040400rc2-generic_4.4.0-040400rc2.201511231054_amd64.deb
$ sudo dpkg -i linux-headers-4.4*.deb linux-image-4.4*.deb

Uninstall Kernel 4.4 RC2 from Ubuntu Systems

If you wish to uninstall and remove the Linux Kernel 4.4 from Ubuntu and derivative systems, run the following commands:

$ sudo apt-get remove linux-headers-4.4* linux-image-4.4*

Tags: Download Kernel 4.4 RC2 on Ubuntu, How To Install Kernel 4.4 RC2 on Linux, How To Install Kernel 4.4 RC2 on Ubuntu, Install Kernel 4.4 RC2 on Ubuntu, Install Kernel 4.4 RC2 on Ubuntu 14.04, Install Kernel 4.4 RC2 on Ubuntu 14.10, Install Kernel 4.4 RC2 on Ubuntu 15.04, Install Kernel 4.4 RC2 on Ubuntu 15.10, Kernel 4.4 RC2 on Ubuntu, Linux Kernel 4.4 RC2

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