• 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 / Kernel 5.0-RC1 Ubuntu – Update Kernel 5.0 RC1 Via Command Line Via Apt-Get

Kernel 5.0-RC1 Ubuntu – Update Kernel 5.0 RC1 Via Command Line Via Apt-Get

By Sourabh / January 14, 2019 Category: How To, Ubuntu

On Ubuntu, update Kernel via command line {Ubuntu Update Kernel via Apt-Get}. Kernel 5.0-rc1 released. Here’s how to install Linux Kernel 5.0-rc1 on Ubuntu Systems. Linux Kernel 5.0-rc1 brings various filesystem improvements.

Linux 5.0-rc1

Announcing the release of Linux 5.0-rc1, Linus Torvalds wrote:

So this was a fairly unusual merge window with the holidays, and as a result I’m not even going to complain about the pull requests that ended up coming in late. It all mostly worked out fine, I think. And lot of people got their pull requests in early, and hopefully had a calm holiday season. Thanks again to everybody. The numbering change is not indicative of anything special. If you want to have an official reason, it’s that I ran out of fingers and toes to count on, so 4.21 became 5.0. There’s no nice git object numerology this time (we’re _about_ 6.5M objects in the git repo), and there isn’t any major particular feature that made for the release numbering either. Of course, depending on your particular interests, some people might well find a feature _they_ like so much that they think it can do as a reason for incrementing the major number. So go wild. Make up your own reason for why it’s 5.0. Because as usual, there’s a lot of changes in there. Not because this merge window was particularly big – but even our smaller merge windows aren’t exactly small. It’s a very solid and average merge window with just under 11k commits (or about 11.5k if you count merges). The stats look fairly normal. About 50% is drivers, 20% is architecture updates, 10% is tooling, and the remaining 20% is all over (documentation, networking, filesystems, header file updates, core kernel code..). Nothing particular stands out, although I do like seeing how some ancient drivers are getting put out to pasture (*cought*isdn*cough*). As usual even the shortlog is much too big to post, so the summary below is only a list of the pull requests I merged. Go test. Kick the tires. Be the first kid on your block running a 5.0 pre-release kernel.

Install Linux Kernel v5.0-rc1

On 32 Bit

Run the following commands in terminal to install Linux Kernel v5.0-rc1 mainline build on 32 Bit Linux Ubuntu Systems:

sudo apt-get update
sudo apt-get upgrade
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc1/linux-headers-5.0.0-050000rc1_5.0.0-050000rc1.201901062130_all.deb
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc1/linux-headers-5.0.0-050000rc1-generic_5.0.0-050000rc1.201901062130_amd64.deb
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc1/linux-headers-5.0.0-050000rc1-lowlatency_5.0.0-050000rc1.201901062130_amd64.deb
sudo dpkg -i linux-headers-5.0.0*.deb linux-image-5.0.0*.deb
sudo reboot

On 64 Bit

Run the following commands in terminal to install Linux Kernel v5.0-rc1 mainline build on 64 Bit Linux Ubuntu Systems:

sudo apt-get update
sudo apt-get upgrade
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc1/linux-headers-5.0.0-050000rc1_5.0.0-050000rc1.201901062130_all.deb
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc1/linux-headers-5.0.0-050000rc1-generic_5.0.0-050000rc1.201901062130_armhf.deb
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.0-rc1/linux-headers-5.0.0-050000rc1-generic-lpae_5.0.0-050000rc1.201901062130_armhf.deb
sudo dpkg -i linux-headers-5.0.0*.deb linux-image-5.0.0*.deb
sudo reboot

After updating Kernel, system restart is necessary.

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