Source Digit

Latest Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Android
  • Blogging
  • Windows
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology

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

Source Digit

Latest Posts

Install FileZilla FTP Client 3.0 for Linux Ubuntu

How To Check Top 10 CPU Consuming Process In Linux Ubuntu

Install Tlp On Ubuntu To Reduce Overheating And Increase Battery Life

How To Check Memory Usage On Ubuntu Via Command Line

Install Android File Transfer MTP client for Linux Ubuntu

Wine 2.0.4 Released – How To Install Wine On Ubuntu

Darktable 2.4.0 Released – How To Install Darktable In Ubuntu

Sayonara Music Player 1.0 – Install Sayonara Audio Player for Linux Ubuntu

LibreOffice 5.4.4 Available For Download – Install LibreOffice On Linux

Tilix 1.7.3 Terminal Emulator – Install Terminix On Ubuntu

© 2018 Source Digit • Latest Technology, Gadgets & Gizmos

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