• 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.7-RC5 – How To Install Kernel On Ubuntu 16.04

Linux Kernel 4.7-RC5 – How To Install Kernel On Ubuntu 16.04

By Sourabh / July 11, 2016 Category: How To, Ubuntu

Terminal commands to install or upgrade Linux Kernel 4.7-RC5 on Ubuntu 16.04 Systems. The Linux Kernel 4.7-RC5 is a fairly normal release and brings various patches for drivers and few architecture updates. Linux Kernel 4.7 is expected to get released by 24th July 2016.

Announcing the Linux Kernel 4.7-RC5, Linux Torvalds said “The stats looks fairly normal: about half the patch is drivers, roughly a quarter is architecture updates, and the remainder is “misc”: filesystems, scheduler, mm, etc. The bulk of the drivers is GPU updates, but there’s a smattering of rdma, hwmon, Xen, gpio, sound. The architecture side is powerpc, x86, some arm64, and some noise all over from some MM cleanups..”

Install Linux Kernel 4.7-RC5 in Ubuntu

On 32-Bit Ubuntu Systems

Run the following commands in Terminal to download the Kernel .deb packages and then install it accordingly.

$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc5/linux-headers-4.7.0-040700rc5_4.7.0-040700rc5.201607110749_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc5/linux-headers-4.7.0-040700rc5-generic_4.7.0-040700rc5.201607110749_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc5/linux-image-4.7.0-040700rc5-generic_4.7.0-040700rc5.201607110749_i386.deb
$ sudo dpkg -i 'linux-headers-4.7*.deb' 'linux-image-4.7*.deb'

On 64-Bit Ubuntu Systems

Run the following commands in Terminal to download the Kernel .deb packages and then install it accordingly.

$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc5/linux-headers-4.7.0-040700rc5_4.7.0-040700rc5.201607110749_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc5/linux-headers-4.7.0-040700rc5-generic_4.7.0-040700rc5.201607110749_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc5/linux-image-4.7.0-040700rc5-generic_4.7.0-040700rc5.201607110749_amd64.deb
$ sudo dpkg -i 'linux-headers-4.7*.deb' 'linux-image-4.7*.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.7*' 'linux-image-4.7*'

Tags: How To Install Kernel On Ubuntu 16.04, How To Update Kernel On Ubuntu 16.04, How To Upgrade Kernel On Ubuntu 16.04, Install Linux Kernel 4.7 in Ubuntu, Install Linux Kernel 4.7-RC5 in Ubuntu, Linux Kernel 4.7 Ubuntu, Linux Kernel 4.7 Ubuntu 16.04, Linux Kernel 4.7-RC5, Linux Kernel 4.7-RC5 - How To Install Kernel On Ubuntu 16.04, Ubuntu 16.04 Linux Kernel 4.7-RC5, Ubuntu Linux Kernel 4.7-RC5, Update Linux Kernel 4.7-RC5, Upgrade Linux Kernel 4.7 in Ubuntu, Upgrade Linux Kernel 4.7-RC5 in Ubuntu

Primary Sidebar

Latest Posts

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

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

Best AI Plugins For WordPress To Use In 2026

3 Commands To Check USB Connection In Linux Terminal

Linux Terminal Commands for Beginners With Examples

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

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