• 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 List All Kernel Modules That Are Loaded In Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

By Sourabh / April 2, 2025 Category: How To, Ubuntu

In this tutorial we will learn how to list all Kernel modules that are loaded in Ubuntu Linux System.

List All Kernel Modules That Are Loaded Ubuntu

You can use the lsmod command to list all kernel modules that are loaded in Ubuntu. It gives the list of what kernel modules are currently loaded.

The lsmod command is used to show the status of modules in the Linux Kernel. The lsmod is a trivial program which nicely formats the contents of the /proc/modules, showing what kernel modules are currently loaded.

How To Check All Available Kernel Version In Linux

By default, all installed Linux Kernels and their associated files are stored under /boot directory named vmlinuz.

To check all available Kernel version in Linux, run one of the following commands:

find /boot/vmli*
dpkg --list | grep linux-image
sudo dpkg ––list | egrep –i ––color ‘linux-image|linux-headers’
sudo dpkg ––list | egrep –i ––color ‘linux-image|linux-headers’ | wc –l

If you want to list all installed kernels on Ubuntu except current one, run the command:

dpkg -l 'linux-*' | sed '/^ii/!d;/'"$(uname -r | sed "s/\(.*\)-\([^0-9]\+\)/\1/")"'/d;s/^[^ ]* [^ ]* \([^ ]*\).*/\1/;/[0-9]/!d'

If you want to print the name of the kernel currently being used and the date of installation and update, run the uname command with -sv options.

Primary Sidebar

Latest Posts

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

Linux Command To Check RAM Size In Ubuntu Terminal In GB

How To Install Proprietary Drivers In Linux Ubuntu Using Terminal

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

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