• 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.6 On Ubuntu Systems

Install Linux Kernel 4.4.6 On Ubuntu Systems

By Sourabh / April 5, 2016 Category: How To, Ubuntu

Download and Upgrade Linux Kernel 4.4.6 on Ubuntu. How to install Kernel 4.4.6 on Ubuntu – 32 bit / 64 bit Ubuntu Systems. Linux Kernel 4.4.6 has been released with various changes.

Kernel 4.4.6 comes with 65 new lines, 466 insertions and 164 deletions and updates. Among many, architecture updates – ARM, PowerPC (PPC), ARM64, MIPS, s390 and x86 architectures are some of the major ones. It also brings fixes for the AMDGPU drivers, improvements for the Radeon video cards, OverlayFS improvement and networking enhancements.

Install Linux Kernel 4.4 on 64-bit System

Run the following commands in Terminal to install Linux Kernel 4.4 on 64-bit Systems:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.6-wily/linux-headers-4.4.6-040406_4.4.6-040406.201603161231_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.6-wily/linux-headers-4.4.6-040406-generic_4.4.6-040406.201603161231_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.6-wily/linux-image-4.4.6-040406-generic_4.4.6-040406.201603161231_amd64.deb
$ sudo dpkg -i linux-headers-4.4*.deb linux-image-4.4*.deb

Install Linux Kernel 4.4 on 32-bit System

Run the following commands in Terminal to install Linux Kernel 4.4 on 32-bit Systems:

$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.6-wily/linux-headers-4.4.6-040406_4.4.6-040406.201603161231_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.6-wily/linux-headers-4.4.6-040406-generic_4.4.6-040406.201603161231_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.6-wily/linux-image-4.4.6-040406-generic_4.4.6-040406.201603161231_i386.deb
$ sudo dpkg -i linux-headers-4.4*.deb linux-image-4.4*.deb

Uninstall Linux Kernel 4.4

If you wish to uninstall Linux Kernel 4.4, run the following command:
$ sudo apt-get remove linux-headers-4.4* linux-image-4.4*
sudo update-grub

Tags: Download Linux Kernel 4.4.6, Download Linux Kernel 4.4.6 On Ubuntu, Install Linux Kernel 4.4.6, Install Linux Kernel 4.4.6 On Ubuntu, Linux Kernel 4.4.6, Linux Kernel 4.4.6 Download, Linux Kernel 4.4.6 Install, Linux Kernel 4.4.6 On Ubuntu, Linux Kernel 4.4.6 Upgrade, Upgrade Linux Kernel 4.4.6

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