• 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 / How To Update and Install Linux Kernel 6.10 via Mainline Kernel PPA

How To Update and Install Linux Kernel 6.10 via Mainline Kernel PPA

By Sourabh / August 13, 2024 Category: How To, Ubuntu

Here is how to update, download and install Linux Kernel 6.10 in Ubuntu 24.04, Ubuntu 23.10 and Ubuntu 23.04 Systems, via official Kernel Mainline PPA.

To download Linux Kernel 6.10 via Mainline Kernel PPA, you can visit https://kernel.ubuntu.com/mainline/v6.10.4/ and download the required Kernel module files.

For Kernel 10.6.4, download the appropriate kernel files for your architecture. For 64-bit architecture (Systems), you should download the following files:

linux-headers-VERSION-NUMBER_all.deb
linux-headers-VERSION-NUMBER_amd64.deb
linux-image-VERSION-NUMBER_amd64.deb
linux-modules-VERSION-NUMBER_amd64.deb

Once installed, you can run the commands:

sudo apt install ./linux.deb 
rm ./linux.deb

Alternatively you can also use the command sudo dpkg -i *.deb for installing Kernel.

Don’t forget to restart the computer after the installtion is complete. For more of the PCs it should automatically boot using the new Kernel. To verify your Kernel verison, you can run uname -a command in terminal.

If you want to rollback the changes and downgrade the Linux Kernel (uninstall the newly installed Kernel), you will have to boot into an older kernel and then remove the newer Linux kernel.

To uninstall the Kernel 10.6.4 package, reboot your computer using the old Kernel from Grub boot-menu and then run the following command:

sudo apt remove --autoremove linux-modules-6.10..deb linux-headers-6.10.deb

NOTE: Before you uninstall the Kernel, make sure that you are not deleting the kernel you are currently running on your system.

Primary Sidebar

Latest Posts

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

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

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

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