• 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 / How To Update / Install Linux Kernel 4.7-RC3 On Ubuntu 16.04

How To Update / Install Linux Kernel 4.7-RC3 On Ubuntu 16.04

By Sourabh / June 17, 2016 Category: How To, Ubuntu

Terminal commands to update Linux Kernel on Ubuntu 16.04. How to install Linux Kernel 4.7-RC3 on Ubuntu 16.04 and Linux Mint Systems. Linux 4.7-RC3 is the third RC version for Linux kernel 4.7 development cycle. Although there is no such any major changes, Kernel 4.7 RC3 brings a fix for a pending NFS issue.

Install Linux Kernel 4.7 RC3 on Ubuntu

Run the following commands in Terminal to install Linux Kernel 4.7 RC3 on:

32 Bit Ubuntu Systems

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

64 Bit Ubuntu Systems

$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc3-yakkety/linux-headers-4.7.0-040700rc3_4.7.0-040700rc3.201606121131_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc3-yakkety/linux-headers-4.7.0-040700rc3-generic_4.7.0-040700rc3.201606121131_amd64.deb
$ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7-rc3-yakkety/linux-image-4.7.0-040700rc3-generic_4.7.0-040700rc3.201606121131_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: Download Linux Kernel 4.7-RC3, Install Linux Kernel 4.7, Install Linux Kernel 4.7 on Linux, Install Linux Kernel 4.7 on Ubuntu, Install Linux Kernel 4.7 on Ubuntu 16.04, Install Linux Kernel 4.7-RC3, Kernel 4.7-RC3, Linux Install Linux Kernel 4.7, Linux Kernel 4.7-RC3, Ubuntu Install Linux Kernel 4.7, Update Linux Kernel 4.7 on Ubuntu, Update Linux Kernel 4.7 on Ubuntu 16.04, Update Linux Kernel 4.7-RC3, Update Linux Kernel on Ubuntu, Update Linux Kernel On Ubuntu 16.04, Update Ubuntu 16.04 Linux Kernel 4.7, Upgrade Linux Kernel 4.7-RC3

Primary Sidebar

Latest Posts

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

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

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

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