• 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 on Ubuntu 16.04

Install Linux Kernel 4.7 on Ubuntu 16.04

By Sourabh / August 22, 2016 Category: How To, Ubuntu

Download Linux Kernel 4.7 on Ubuntu. Terminal commands to install Linux Kernel 4.7 on Ubuntu 16.04 Systems. Linux Kernel 4.7 is released with support for Radeon RX 480 GPU (AMD). It also brings various fixes for the network drivers and some Intel Kabylake GPU fixes.

The release statement says:

So, after a slight delay due to my travels, I’m back, and 4.7 is out. Despite it being two weeks since rc7, the final patch wasn’t all that big, and much of it is trivial one- and few-liners. There’s a couple of network drivers that got a bit more loving. Appended is the shortlog since rc7 for people who care: it’s fairly spread out, with networking and some Intel Kabylake GPU fixes being the most noticeable ones. But there’s random small noise spread all over. And obviously, this means that the merge window for 4.8 is open.Judging by the linux-next contents, that’s going to be a bigger release than the current one (4.7 really was fairly calm, I blame at least partly summer in the northern hemisphere).

Download Kernel 4.7

tar.xz
pgp
patch

Install Kernel 4.7

On 32 Bit

Run the following commands in Terminal to install Linux Kernel 4.7 on Ubuntu 16.04 and Ubuntu Derivatives (32 Bit):

cd /tmp/
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-headers-4.7.0-040700_4.7.0-040700.201607241632_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-headers-4.7.0-040700-generic_4.7.0-040700.201607241632_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-image-4.7.0-040700-generic_4.7.0-040700.201607241632_i386.deb
sudo dpkg -i *.deb

On 64 Bit

Run the following commands in Terminal to install Linux Kernel 4.7 on Ubuntu 16.04 and Ubuntu Derivatives (64 Bit):

cd /tmp/
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-headers-4.7.0-040700_4.7.0-040700.201607241632_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-headers-4.7.0-040700-generic_4.7.0-040700.201607241632_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.7/linux-image-4.7.0-040700-generic_4.7.0-040700.201607241632_amd64.deb
sudo dpkg -i *.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

Tags: Download Linux Kernel Ubuntu 16.04, Download Linux Kernel Ubuntu 16.10, Install Linux Kernel 4.7, Install Linux Kernel 4.7 on Ubuntu, Install Linux Kernel 4.7 on Ubuntu 16.04, Install Linux Kernel Ubuntu 16.04, Install Linux Kernel Ubuntu 16.10, Linux Kernel 4.7, Linux Kernel 4.7 on Ubuntu 16.04, Linux Kernel Ubuntu 16.04

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

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

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

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