• 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 Linux Kernel 4.18-rc3 on Ubuntu Linux

Install Linux Kernel 4.18-rc3 on Ubuntu Linux

By Sourabh / July 5, 2018 Category: How To, Ubuntu

Upgrade and install Linux Kernel 4.18-rc3 on Ubuntu Systems. Linux 4.18-rc3 Kernel is released with
Linux Kernel 4.18-rc3 was announced by Linus Torvalds. He writes:

I’m back at home, over jetlag, and back to the usual “Sunday afternoon” release schedule. So there it is, in all the usual places.

And things look fairly normal – a bit over a third is drivers (various parts: input, usb, sound, gpu, mtd, networking, …), with the rest being arch updates (arm/arm64 – dts files dominating, microblaze, powerpc, x86), filesystems (xfs, some btrfs, some minor core vfs), networking, documentation updates and tooling. The shortlog is appended, nothing really stands out that much. Mostly it really is just one- and few-liners spread out all over.

Go forth and test.
– Linus

On 32 Bit Systems

Run the following commands in terminal to install Linux Kernel 4.18-rc3 on 32 Bit Systems:

sudo apt-get update
sudo apt-get upgrade
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/linux-headers-4.18.0-041800rc3_4.18.0-041800rc3.201807012030_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/linux-headers-4.18.0-041800rc3-generic_4.18.0-041800rc3.201807012030_i386.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/linux-headers-4.18.0-041800rc3-lowlatency_4.18.0-041800rc3.201807012030_i386.deb
sudo dpkg -i linux-headers-4.18.0*.deb linux-image-4.18.0*.deb
sudo reboot

On 64 Bit Systems

Run the following commands in terminal to install Linux Kernel 4.18-rc3 on 64 Bit Systems:

sudo apt-get update
sudo apt-get upgrade
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/linux-headers-4.18.0-041800rc3_4.18.0-041800rc3.201807012030_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/linux-headers-4.18.0-041800rc3-generic_4.18.0-041800rc3.201807012030_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/linux-headers-4.18.0-041800rc3-lowlatency_4.18.0-041800rc3.201807012030_amd64.deb
sudo dpkg -i linux-headers-4.18.0*.deb linux-image-4.18.0*.deb
sudo reboot

Tags: Kernel 4.18-rc3, Linux 4.18-rc3, Linux 4.18-rc3 Kernel, Linux Kernel 4.18-rc3

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