• 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 6.11 in Ubuntu Terminal

Install Linux Kernel 6.11 in Ubuntu Terminal

By Sourabh / September 18, 2024 Category: How To, Ubuntu

Install Linux Kernel 6.11 in Ubuntu. Here is how to update, download and install Linux Kernel 6.11 in Ubuntu terminal via official Kernel Mainline PPA.

Before you begin to install kernel in Ubuntu terminal you must update your Ubuntu Linux system. You can run the following commands:

sudo apt update && sudo apt dist-upgrade -

NOTE:

  1. If you are not sure about your CPU architecture type (system architecture), open terminal (Ctrl+Alt+T) and the command uname -m or dpkg –print-architecture, it will then show you your system architecture.
  2. You will have to download AMD64 for most current computers and ARM 64 for ARMv8 CPUs systems.

For example, for For 64-bit architecture, you should download these 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

The files can be found at: https://kernel.ubuntu.com/~kernel-ppa/mainline/v6.11/

  1. Download the general header package
    • AMD64:
      linux-headers-6.11.0-061100_6.11.0-061100.202409151536_all.deb
  2. And the appropriate headers package for your system
    • AMD64:
      linux-headers-6.11.0-061100-generic_6.11.0-061100.202409151536_amd64.deb
    • ARM64:
      linux-headers-6.11.0-061100-generic_6.11.0-061100.202409151536_arm64.deb
  3. and the kernel image
    • AMD64:
      linux-image-unsigned-6.11.0-061100-generic_6.11.0-061100.202409151536_amd64.deb
    • ARM64:
      linux-image-unsigned-6.11.0-061100-generic_6.11.0-061100.202409151536_arm64.deb
  4. And the kernel modules
    • AMD64:
      linux-modules-6.11.0-061100-generic_6.11.0-061100.202409151536_amd64.deb
    • ARM64:
      linux-modules-6.11.0-061100-generic_6.11.0-061100.202409151536_arm64.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.

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