• 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 / Linux Kernel 5.2 RC7 Released – Update Kernel on Ubuntu

Linux Kernel 5.2 RC7 Released – Update Kernel on Ubuntu

By Sourabh / July 1, 2019 Category: How To, Ubuntu

Linux Kernel 5.2 RC7 Released – Update Kernel on Ubuntu – Users can install and update Linux Kernel on Ubuntu Systems.

With the release of Linux Kernel 5.2 RC7, there’s a “Fix the microcode load on CPU hotplug for real” and “Fix out-of-bounds read when setting fail state” for those using CPU hot-plugging. There are of course a lot of other bug-fixes and improvements since rc6 but most appear to be rather trivial. https://linuxreviews.org/Linux_Kernel_5.2_rc7_Released_using_a_Shoe-String_Internet_Connection

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

” It’s Sunday afternoon _somewhere_ in the world right now. In particular, in the middle of nowhere on a boat. I didn’t expect to have any internet this week, and honestly, I haven’t had much, and not fast. But enough to keep up with critical pull requests, and enough to push out an rc. But credit for the internet goes to Disk Hohndel and vmware, because I’m mooching off his phone hotspot WiFi to do this. Anyway, It’s been _fairly_ calm. Would I have hoped for even calmer with my crappy internet? Sure. But hey, it’s a lot smaller than rc6 was and I’m not really complaining. All small and fairly uninteresting. Arch updates, networking, core kernel, filesystems, misc drivers. Nothing stands out – just read the appended shortlog. It’s small enough to be easy to just scroll through.” https://lwn.net/Articles/792410/

Install Linux Kernel 5.2 RC7 on 32 Bit Systems

Run the following commands in terminal to install Linux Kernel 5.2 RC7 on 32 Bit Systems:

sudo apt-get upgrade
sudo apt-get update
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc7/linux-headers-5.2.0-050200rc7_5.2.0-050200rc7.201906300430_all.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc7/linux-headers-5.2.0-050200rc7-generic_5.2.0-050200rc7.201906300430_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc7/linux-headers-5.2.0-050200rc7-lowlatency_5.2.0-050200rc7.201906300430_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc7/linux-image-5.2.0-050200rc7-generic_5.2.0-050200rc7.201906300430_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc7/linux-image-5.2.0-050200rc7-lowlatency_5.2.0-050200rc7.201906300430_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc7/linux-modules-5.2.0-050200rc7-generic_5.2.0-050200rc7.201906300430_i386.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc7/linux-modules-5.2.0-050200rc7-lowlatency_5.2.0-050200rc7.201906300430_i386.deb
sudo dpkg -i *.deb

Please Note – Restart the system to apply changes.

Install Linux Kernel 5.2 RC7 on 64 Bit Systems

Run the following commands in terminal to install Linux Kernel 5.2 RC7 on 64 Bit Systems:

sudo apt-get upgrade
sudo apt-get update
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc7/linux-headers-5.2.0-050200rc7_5.2.0-050200rc7.201906300430_all.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc7/linux-headers-5.2.0-050200rc7-generic_5.2.0-050200rc7.201906300430_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc7/linux-headers-5.2.0-050200rc7-lowlatency_5.2.0-050200rc7.201906300430_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc7/linux-image-unsigned-5.2.0-050200rc7-generic_5.2.0-050200rc7.201906300430_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc7/linux-image-unsigned-5.2.0-050200rc7-lowlatency_5.2.0-050200rc7.201906300430_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc7/linux-modules-5.2.0-050200rc7-generic_5.2.0-050200rc7.201906300430_amd64.deb
wget https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.2-rc7/linux-modules-5.2.0-050200rc7-lowlatency_5.2.0-050200rc7.201906300430_amd64.deb
sudo dpkg -i *.deb

Please Note – Restart the system to apply changes.

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