• 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 / Linux Kernel 4.8 RC1 Released – Learn How To Update Kernel In Linux Ubuntu?

Linux Kernel 4.8 RC1 Released – Learn How To Update Kernel In Linux Ubuntu?

By Sourabh / August 9, 2016 Category: How To, Ubuntu

Linux Kernel 4.8 RC1 released. Ubuntu users can update Kernel via command line (apt-get). Here’s how to install the latest Linux Kernel on Ubuntu System. Update the Ubuntu mainline Kernel. Linux Kernel v4.8-rc1 is the first Release Candidate for the upcoming Linux 4.8 kernel series. It brings 10787 files changed, 612208 insertions, 272098 deletions and lots of doc updates.

Announcing the Kernel 4.8 RC1 release, Linus Torvalds wrote “If you ignore the documentation format change, things look fairly regular, with about 60% of the non-documentation diffs being drivers (gpu, networking, media, sound, etc) and about 15% being arch updates (arm, powerpc and x86 dominate, but there’s mips and s390 too). The rest is spread out – core networking, tooling (mainly perf), include files, core kernel, vfs and low-level filesystems (xfs stands out). Few areas escaped: 10787 files changed, 612208 insertions(+), 272098 deletions(-).”

Installing Kernel v4.8-rc1 Mainline Build

On 32-Bit Ubuntu Linux Systems

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

$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.8-rc1/linux-headers-4.8.0-040800rc1_4.8.0-040800rc1.201608072231_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.8-rc1/linux-headers-4.8.0-040800rc1-generic_4.8.0-040800rc1.201608072231_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.8-rc1/linux-image-4.8.0-040800rc1-generic_4.8.0-040800rc1.201608072231_i386.deb
$ sudo dpkg -i linux-headers-4.8.0*.deb linux-image-4.8.0*.deb

On 64-Bit Ubuntu Linux Systems

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

$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.8-rc1/linux-headers-4.8.0-040800rc1_4.8.0-040800rc1.201608072231_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.8-rc1/linux-headers-4.8.0-040800rc1-generic_4.8.0-040800rc1.201608072231_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.8-rc1/linux-image-4.8.0-040800rc1-generic_4.8.0-040800rc1.201608072231_amd64.deb
$ sudo dpkg -i linux-headers-4.8.0*.deb linux-image-4.8.0*.deb

Once the Kernel is installed, run the commands given below to update GRUB and reboot the system. While rebooting the computer, select the newly released Kernel in GRUB :

$ sudo update-grub
$ sudo reboot

Remove Kernel

If you aren’t happy with the Kernel and wish to uninstall and remove the newly installed Kernel, run the following command:

$ sudo apt-get remove 'linux-headers-4.8.*' 'linux-image-4.8.*'

Credit:
https://lkml.org/lkml/2016/8/7/93
http://lkml.iu.edu/hypermail/linux/kernel/1608.0/04804.html
http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.8-rc1/

Tags: Building Ubuntu Kernel, Download Kernel 4.8, Download Kernel 4.8 rc1, Download Latest Linux Kernel Ubuntu, Download Linux Kernel 4.8, Download Linux Kernel 4.8 rc1, How To Update Kernel In Linux, How To Update Kernel Version Android, Install Kernel 4.8, Install Kernel 4.8 rc1, Install Latest Linux Kernel Ubuntu, Install Linux Kernel 4.8, Install Linux Kernel 4.8 rc1, Kernel 4.8, Kernel 4.8 rc1, Kernel-Ppa, Latest Linux Kernel Ubuntu, Latest Ubuntu Kernel, Linux 4.8, Linux 4.8-rc1, Linux Kernel 4.8, Linux Kernel 4.8 rc1, Ubuntu 14.04 Update Kernel, Ubuntu 15 Upgrade Kernel, Ubuntu 15.04 Kernel 4, Ubuntu 16.04 Kernel 4, Ubuntu 16.04 Linux Kernel 4, Ubuntu Install Kernel Source, Ubuntu Kernel Versions, Ubuntu Latest Stable Kernel, Ubuntu Mainline Kernel Ppa, Ubuntu Update Kernel Apt-Get, Ubuntu Update Kernel Command Line, Update Kernel 4.8, Update Kernel 4.8 rc1, Update Latest Linux Kernel Ubuntu, Update Linux Kernel 4.8, Update Linux Kernel 4.8 rc1, Upgrade Kernel 4.8, Upgrade Kernel 4.8 rc1, Upgrade Latest Linux Kernel Ubuntu, Upgrade Linux Kernel 4.8, Upgrade Linux Kernel 4.8 rc1

Primary Sidebar

Latest Posts

Clear History In Linux Terminal Permanently

How To Create Zip File In Ubuntu Terminal With Password

How To Check Difference Between Two Files In Linux Ubuntu

How To Check Kernel Installed Date In Linux Command Line

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

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

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