• 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 Linux Kernel 5.0-rc7

Install and Update Linux Kernel 5.0-rc7

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

Install and Update Linux Kernel 5.0-rc7 on Ubuntu Linux Systems. Announcing the release of Linux 5.0-rc7, Linus Torvalds writes: “A nice and calm week, with statistics looking normal. Just under half drivers (gpu, networking, input, md, block, sound, …), with the rest being architecture fixes (arm64, arm, x86, kvm), networking and misc (filesystem etc). Nothing particularly odd stands out, and everything is pretty small. Just the way I like it.” https://lkml.org/lkml/2019/2/17/325

Install Linux 5.0-rc7

32 Bit Systems

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

wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-headers-5.0.0-050000rc7_5.0.0-050000rc7.201902180332_all.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-headers-5.0.0-050000rc7-generic_5.0.0-050000rc7.201902180332_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-headers-5.0.0-050000rc7-lowlatency_5.0.0-050000rc7.201902180332_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-image-5.0.0-050000rc7-generic_5.0.0-050000rc7.201902180332_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-image-5.0.0-050000rc7-lowlatency_5.0.0-050000rc7.201902180332_i386.deb
sudo dpkg -i linux-headers-4.9*.deb linux-image-4.9*.deb
sudo reboot

64 Bit Systems

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

sudo apt-get update
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-headers-5.0.0-050000rc7_5.0.0-050000rc7.201902180332_all.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-headers-5.0.0-050000rc7-generic_5.0.0-050000rc7.201902180332_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-headers-5.0.0-050000rc7-lowlatency_5.0.0-050000rc7.201902180332_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-image-unsigned-5.0.0-050000rc7-generic_5.0.0-050000rc7.201902180332_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc7/linux-image-unsigned-5.0.0-050000rc7-lowlatency_5.0.0-050000rc7.201902180332_amd64.deb
sudo dpkg -i linux-headers-4.9*.deb linux-image-4.9*.deb
sudo reboot

For further information see: http://wiki.ubuntu.com/Kernel/MainlineBuilds

Primary Sidebar

Latest Posts

Using Linux Terminal How To Get Total Disk Size In GB

Count And Find Number Of Files In A Linux Directory Using Command

Check How Many Users Are Created In Linux Ubuntu

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

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

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