Linux - How to lists installed kernels, List all the installed kernals

How to lists installed kernels


The below command will print the list of installed kernel by searching the rpm.
 
rpm -qf /lib/modules/*

The below command will list the kernel module using ls command
ls -1 /lib/modules

The topic on Linux - How to lists installed kernels is posted by - Math

Hope you have enjoyed, Linux - How to lists installed kernelsThanks for your time

Tech Bluff