• 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 or Update to Kernel 5 in Ubuntu Linux

Install or Update to Kernel 5 in Ubuntu Linux

By Sourabh / February 7, 2019 Category: How To, Ubuntu

Linux Kernel 5.0 RC 5 has been released. Here’s how to install or update to Linux Kernel 5 RC 5 in Ubuntu Linux Systems. Linux Kernel 5.0 RC 5 has been released with various fixes and improvements – networking, system architecture and file system.

Install Linux Kernel 5 RC 5 on 64 Bit Systems

Run the following commands in terminal to install Linux Kernel 5 RC 5 on 64 Bit Systems:

sudo apt-get update
sudo apt-get upgrade
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/linux-headers-5.0.0-050000rc5_5.0.0-050000rc5.201902032230_all.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/linux-headers-5.0.0-050000rc5-generic_5.0.0-050000rc5.201902032230_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/linux-headers-5.0.0-050000rc5-lowlatency_5.0.0-050000rc5.201902032230_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/linux-image-unsigned-5.0.0-050000rc5-generic_5.0.0-050000rc5.201902032230_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/linux-image-unsigned-5.0.0-050000rc5-lowlatency_5.0.0-050000rc5.201902032230_amd64.deb
sudo dpkg -i linux-headers-5.0.0*.deb linux-image-5.0.0*.deb
sudo reboot

Install Linux Kernel 5 RC 5 on 32 Bit Systems

Run the following commands in terminal to install Linux Kernel 5 RC 5 on 32 Bit Systems:

sudo apt-get update
sudo apt-get upgrade
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/linux-headers-5.0.0-050000rc5_5.0.0-050000rc5.201902032230_all.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/linux-headers-5.0.0-050000rc5-generic_5.0.0-050000rc5.201902032230_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/linux-headers-5.0.0-050000rc5-lowlatency_5.0.0-050000rc5.201902032230_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/linux-image-5.0.0-050000rc5-generic_5.0.0-050000rc5.201902032230_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/linux-image-5.0.0-050000rc5-lowlatency_5.0.0-050000rc5.201902032230_i386.deb
sudo dpkg -i linux-headers-5.0.0*.deb linux-image-5.0.0*.deb
sudo reboot

Don’t forget to restart the system once you have installed the Linux Kernel 5.0 RC 5.

Primary Sidebar

Latest Posts

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

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

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

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