• 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 / Upgrade & Install Linux Kernel 4.5.4 On Ubuntu 16.04

Upgrade & Install Linux Kernel 4.5.4 On Ubuntu 16.04

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

Upgrade Linux Kernel on Ubuntu 16.04. Terminal commands to install Linux Kernel 4.5.4 on Ubuntu 16.04 and Ubuntu Derivatives. Linux Kernel 4.5.4 has been released with AMDGPU, ARM, Intel i915, Wireless, x86 Updates for Linux Ubuntu Systems.

According to the Kernel 4.5.4 changelog:

“I’m announcing the release of the 4.5.4 kernel. All users of the 4.5 kernel series must upgrade,” said Greg Kroah-Hartman. “The updated 4.5.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-4.5.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary.”

http://lkml.iu.edu/hypermail/linux/kernel/1605.1/02952.html

Ubuntu users can easily upgrade and install to the recently released Linux Kernel 4.5.4. Run the following commands in Terminal to install Kernel 4.5.4 on Ubuntu Systems:

Install Kernel on Ubuntu

Run the following commands in Terminal to install Kernel 4.5.4 on Ubuntu 16.04 Systems:

Install Kernel on 32 Bit Systems

$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.4-yakkety/linux-headers-4.5.4-040504_4.5.4-040504.201605120823_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.4-yakkety/linux-headers-4.5.4-040504-generic_4.5.4-040504.201605120823_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.4-yakkety/linux-image-4.5.4-040504-generic_4.5.4-040504.201605120823_i386.deb
$ sudo dpkg -i linux-headers-4.5.4*.deb linux-image-4.5.4*.deb

Install Kernel on 64 Bit Systems

$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.4-yakkety/linux-headers-4.5.4-040504_4.5.4-040504.201605120823_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.4-yakkety/linux-headers-4.5.4-040504-generic_4.5.4-040504.201605120823_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.4-yakkety/linux-image-4.5.4-040504-generic_4.5.4-040504.201605120823_amd64.deb
$ sudo dpkg -i linux-headers-4.5.4*.deb linux-image-4.5.4*.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.5.4*' 'linux-image-4.5.4*'

Tags: Download Kernel 4.5.4, Download Linux Kernel 4.5.4, Install Kernel 4.5.4, Install Kernel 4.5.4 on Ubuntu, Install Kernel Ubuntu 16.04, Install Linux Kernel 4.5.4, Install Linux Kernel 4.5.4 on Ubuntu, Install Linux Kernel Ubuntu 16.04, Kernel 4.5.4, Kernel 4.5.4 Install, Linux Kernel 4.5.4, Linux Kernel 4.5.4 Install, Ubuntu 16.04 Install Kernel 4.5.4, Ubuntu 16.04 Install Linux Kernel 4.5.4

Primary Sidebar

Latest Posts

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

How To Shutdown Linux With A 15 Minute Delay And Message

Free AI Courses With Certificate For Beginners In India

Best AI Plugins For WordPress To Use In 2026

3 Commands To Check USB Connection In Linux Terminal

Linux Terminal Commands for Beginners With Examples

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

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