• 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 and Update Kernel 5.0-rc8 on Ubuntu Linux

Install and Update Kernel 5.0-rc8 on Ubuntu Linux

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

Install and Update Linux Kernel 5.0-rc8 on Ubuntu Linux. Linux Kernel 5.0-rc8 has been released with improvements and fixes, both in hardware and software.

Linux Kernel 5.0-rc8

Announcing the release of Linux 5.0-rc7, Linus Torvalds writes:

“This may be totally unnecessary, but we actually had more patches come in this last week than we had for rc7, which just didn’t make me feel the warm and fuzzies. And while none of the patches looked all that scary, some of them were to pretty core files, so it wasn’t all just random rare drivers (although those kinds also existed). So I agonized about it a bit, and then decided to just say “no hurry” and make an rc8. And after I had tagged the rc, I noticed a patch in my inbox that I had missed that was a regression from one of the very patches this last week, so that made me feel like rc8 was the right decision.

Anyway, maybe I should have just checked my email more carefully, and maybe I’m just being unnecessarily worried. I could have just untagged the rc release (it hadn’t actually gone public when I noticed), applied the missing patch, and called it good. But instead I took it as confirmation that we should bake this thing one more week. Confirmation bias? Maybe. Because while rc8 is bigger than rc7, it’s not *hugely* so, and none of the changes look all that controversial. About 30% drivers (gpu, net, rdma, sound, scsi..), 20% networking, and the rest is arch updates, some mm fixes, some key handling fixes, filesystem, include files..

But on the whole I just felt happier with an extra rc than worrying about things. Shortlog appended for some flavor of the details.”

http://lkml.iu.edu/hypermail/linux/kernel/1902.3/00174.html

Install Linux 5.0-rc8

32 Bit Systems

Run the followingg commands to install Linux 5.0-rc8 on 32 Bit Systems:

sudo apt-get update
sudo apt-get upgrade
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc8/linux-headers-5.0.0-050000rc8_5.0.0-050000rc8.201902242030_all.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc8/linux-headers-5.0.0-050000rc8-generic_5.0.0-050000rc8.201902242030_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc8/linux-headers-5.0.0-050000rc8-lowlatency_5.0.0-050000rc8.201902242030_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc8/linux-image-5.0.0-050000rc8-generic_5.0.0-050000rc8.201902242030_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc8/linux-image-5.0.0-050000rc8-lowlatency_5.0.0-050000rc8.201902242030_i386.deb
sudo dpkg -i linux-headers-5.0*.deb linux-image-5.0*.deb
sudo reboot

Install Linux 5.0-rc8

32 Bit Systems

Run the followingg commands to install Linux 5.0-rc8 on 64 Bit Systems:

sudo apt-get update
sudo apt-get upgrade
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc8/linux-headers-5.0.0-050000rc8_5.0.0-050000rc8.201902242030_all.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc8/linux-headers-5.0.0-050000rc8-generic_5.0.0-050000rc8.201902242030_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc8/linux-headers-5.0.0-050000rc8-lowlatency_5.0.0-050000rc8.201902242030_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc8/linux-image-unsigned-5.0.0-050000rc8-generic_5.0.0-050000rc8.201902242030_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc8/linux-image-unsigned-5.0.0-050000rc8-lowlatency_5.0.0-050000rc8.201902242030_amd64.deb
sudo dpkg -i linux-headers-5.0*.deb linux-image-5.0*.deb
sudo reboot

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