• 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

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

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

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