• 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.7-RC4 On Ubuntu 16.04

Install Linux Kernel 4.7-RC4 On Ubuntu 16.04

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

Terminal commands to install or upgrade Linux Kernel 4.7-RC4 on Ubuntu 16.04 Systems. The Linux Kernel 4.7-RC4 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 “It’s been a fairly normal week, and rc4 is out. Go test. The statistics look very normal: about two thirds drivers, with the rest being half architecture updates and half “misc” (small ffilesystem updates,. some documentation, and a smattering of patches elsewhere). The bulk of the driver updates are usb and gpu, but there’s iio, leds, platform drivers, dma etc). The arch updates are mostly arm, with some small x86 fixlets too. But it’s all pretty small, nothing particularly worrisome. Shortlog appended for people who want to get a feel for the kinds of things that have been happening.”

Install Linux Kernel 4.7-RC4 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-rc4-yakkety/linux-headers-4.7.0-040700rc4_4.7.0-040700rc4.201606201235_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc4-yakkety/linux-headers-4.7.0-040700rc4-generic_4.7.0-040700rc4.201606201235_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc4-yakkety/linux-image-4.7.0-040700rc4-generic_4.7.0-040700rc4.201606201235_i386.deb
$ sudo dpkg -i 'linux-headers-4.7*.deb' 'linux-image-4.7*.deb'

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-rc4-yakkety/linux-headers-4.7.0-040700rc4_4.7.0-040700rc4.201606201235_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc4-yakkety/linux-headers-4.7.0-040700rc4-generic_4.7.0-040700rc4.201606201235_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc4-yakkety/linux-image-4.7.0-040700rc4-generic_4.7.0-040700rc4.201606201235_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: Install Linux Kernel 4.7 in Ubuntu, Install Linux Kernel 4.7-RC4 in Ubuntu, Install Linux Kernel 4.7-RC4 On Ubuntu 16.04, Linux Kernel 4.7 Ubuntu, Linux Kernel 4.7 Ubuntu 16.04, Linux Kernel 4.7-RC4, Linux Kernel 4.7-RC4 Ubuntu, Ubuntu 16.04 Linux Kernel 4.7-RC4, Ubuntu Linux Kernel 4.7-RC4, Update Linux Kernel 4.7-RC4, Upgrade Linux Kernel 4.7 in Ubuntu, Upgrade Linux Kernel 4.7-RC4 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