• 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

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 Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

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

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