• 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.5.3 On Ubuntu 16.04 Systems

Install Linux Kernel 4.5.3 On Ubuntu 16.04 Systems

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

Upgrade Linux Kernel on Ubuntu 16.04. Terminal commands to install Linux Kernel 4.5.3 on Ubuntu 16.04 and Ubuntu Derivatives. Linux Kernel 4.5.3 has been released with various updates.

Install Kernel 4.5.3 On 32-Bit Ubuntu Systems

Run the following commands in Terminal to install Linux Kernel 4.5.3 on 32 bit Ubuntu Systems:

$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.3-wily/linux-headers-4.5.3-040503_4.5.3-040503.201605041831_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.3-wily/linux-headers-4.5.3-040503-generic_4.5.3-040503.201605041831_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.3-wily/linux-image-4.5.3-040503-generic_4.5.3-040503.201605041831_i386.deb
$ sudo dpkg -i linux-headers-4.5.3*.deb linux-image-4.5.3*.deb

Install Kernel 4.5.3 On 64-Bit Ubuntu Systems

Run the following commands in Terminal to install Linux Kernel 4.5.3 on 64 bit Ubuntu Systems:

$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.3-wily/linux-headers-4.5.3-040503_4.5.3-040503.201605041831_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.3-wily/linux-headers-4.5.3-040503-generic_4.5.3-040503.201605041831_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v4.5.3-wily/linux-image-4.5.3-040503-generic_4.5.3-040503.201605041831_amd64.deb
$ sudo dpkg -i linux-headers-4.5.3*.deb linux-image-4.5.3*.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.3*' 'linux-image-4.5.3*'

Tags: CLI Upgrade Ubuntu 16.04 From Ubuntu 14.04, Download Kernel 4.5.3, Download Linux Kernel 4.5.3, Download Linux Kernel 4.5.3 Ubuntu 16.04, Install Kernel 4.5.3, Install Kernel 4.5.3 on Ubuntu, Install Kernel Ubuntu 16.04, Install Linux Kernel 4.5.3, Install Linux Kernel 4.5.3 on Ubuntu, Install Linux Kernel 4.5.3 On Ubuntu 16.04, Install Linux Kernel 4.5.3 On Ubuntu 16.04 Systems, Install Linux Kernel Ubuntu 16.04, Kernel 4.5.3, Kernel 4.5.3 Install, Linux Kernel 4.5.3, Linux Kernel 4.5.3 Install, Linux Kernel 4.5.3 Ubuntu 16.04, Linux Kernel 4.5.3 Ubuntu 16.04 Download, Linux Kernel 4.5.3 Ubuntu 16.04 Install, Linux Kernel 4.5.3 Ubuntu 16.04 Upgrade, Ubuntu 16.04 Install Kernel 4.5.3, Ubuntu 16.04 Install Linux Kernel 4.5.3, Upgrade Linux Kernel 4.5.3 On Ubuntu 16.04

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