• 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 / Kernel 4.8 Released – Install Linux Kernel 4.8 On Ubuntu 16.04

Kernel 4.8 Released – Install Linux Kernel 4.8 On Ubuntu 16.04

By Sourabh / October 3, 2016 Category: How To, Ubuntu

Kernel 4.8 Released. Run the following commands to install Linux Kernel 4.8 on Ubuntu 16.04. Update the Linux Kernel on Ubuntu Systems, using the following method.

Announcing the release of Linux Kernel 4.8, Linus Torvald wrote:

So the last week was really quiet, which maybe means that I could probably just have skipped rc8 after all. Oh well, no real harm done. This obviously means that the merge window for 4.9 is open, and I appreciate the people who already sent in some pull requests early due to upcoming travel or other reasons.

I’ll start pulling things tomorrow, and have even the most eager developers and testers hopefully test the final 4.8 release before the next development kernels start coming 😉 Anyway, there’s a few stragging fixes since rc8 listed below: it’s a mixture of arch fixes (arm, mips, sparc, x86), drivers (networking, nvdimm, gpu) and generic code (some core networking, with a few filesystem, cgroup and and vm things).

All of it pretty small, and there really aren’t that many of them. Go forth and test.

Linux Kernel – https://lkml.org/lkml/2016/10/2/102

Installing Kernel 4.8 On amd64 (64 Bit) Systems

Run the following commands in Terminal to install Linux Kernel 4.8 on 64 Bit Ubuntu Systems:

$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8/linux-headers-4.8.0-040800_4.8.0-040800.201610022031_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8/linux-headers-4.8.0-040800-cloud_4.8.0-040800.201610022031_amd64.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8/linux-headers-4.8.0-040800-generic_4.8.0-040800.201610022031_amd64.deb
$ sudo dpkg -i linux-headers-4.8.0*.deb linux-image-4.8.0*.deb
$ sudo reboot

Installing Kernel 4.8 On i386 (32 Bit) Systems

Run the following commands in Terminal to install Linux Kernel 4.8 on 32 Bit Ubuntu Systems:

$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8/linux-headers-4.8.0-040800_4.8.0-040800.201610022031_all.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8/linux-headers-4.8.0-040800-cloud_4.8.0-040800.201610022031_i386.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8/linux-headers-4.8.0-040800-generic_4.8.0-040800.201610022031_i386.deb
$ sudo dpkg -i linux-headers-4.8.0*.deb linux-image-4.8.0*.deb
$ sudo reboot

Once installed and rebooted, please update the system via the following command:

$ sudo apt-get update
$ sudo apt-get upgrade

Tags: Download Linux Kernel 4.8, Install Linux Kernel 4.8, Kernel 4.8, Kernel 4.8 Released, Linux Kernel 4.8, Linux Kernel 4.8 Released, Update Linux Kernel 4.8, Upgrade Linux Kernel 4.8

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