• 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 Install Linux Kernel 4.6 In Ubuntu 16.04

How To Install Linux Kernel 4.6 In Ubuntu 16.04

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

Upgrade to the latest Linux kernel in Ubuntu Systems. Install Linux Kernel 4.6 in Ubuntu 16.04. Terminal commands to install Linux Kernel 4.6 in 32 Bit/64 Bit Ubuntu 16.04 Systems.

32-bit Ubuntu Systems

Run the following commands to install Linux Kernel 4.6 in 32 Bit Ubuntu 16.04 Systems.

cd /tmp/
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600_4.6.0-040600.201605151930_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600-generic_4.6.0-040600.201605151930_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-image-4.6.0-040600-generic_4.6.0-040600.201605151930_i386.deb
sudo dpkg -i *.deb

64-bit Ubuntu Systems

Run the following commands to install Linux Kernel 4.6 in 64 Bit Ubuntu 16.04 Systems.

cd /tmp/
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600_4.6.0-040600.201605151930_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-headers-4.6.0-040600-generic_4.6.0-040600.201605151930_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.6-yakkety/linux-image-4.6.0-040600-generic_4.6.0-040600.201605151930_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

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.6*' 'linux-image-4.6*'

Tags: How To Install Linux Kernel 4.6 In Ubuntu 16.04, Install Linux Kernel 4.6 In Ubuntu 16.04, Install Linux Kernel 4.6 Ubuntu, Install Linux Kernel 4.6 Ubuntu 16.04, Linux Kernel 4.6, Linux Kernel 4.6 Ubuntu 16.04, Linux Kernel 4.6 Ubuntu 16.04 Install, Linux Kernel 4.6 Ubuntu 16.04 Upgrade, Linux Kernel 4.6 Ubuntu Install, Linux Kernel 4.6 Ubuntu Upgrade, Ubuntu 16.04 Linux Kernel 4.6, Upgrade Linux Kernel 4.6 Ubuntu, Upgrade Linux Kernel 4.6 Ubuntu 16.04

Primary Sidebar

Latest Posts

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

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

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

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