• 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

Using Linux Terminal How To Get Total Disk Size In GB

Count And Find Number Of Files In A Linux Directory Using Command

Check How Many Users Are Created In Linux Ubuntu

How To Check User Permissions In Linux Using Command

Check Which Folder Is Taking More Space In Ubuntu Linux

How to Install Claude Desktop App in Ubuntu Linux

Job Scheduling Using At Command In Linux With Examples

How To Check Permissions Of A Directory In Linux Command

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

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

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