Linux viewing system installed kernel operation method

  

In Linux system, sometimes we need to check or view the list of installed internal medicine, but many users are not sure how to operate, then Xiaobian below Let me introduce the operation method of viewing the installed Linux kernel.

Operation method:

RHEL/CentOS/Fedora

Execute the following command in the terminal to view the installed Linux kernel:

rpm -qa kernel< Br>

or

rpm -qa |  grep -i kernel

Debian /Ubuntu /Linux Mint

To see the list of kernel-based Linux DEB systems, such as: Debian, Ubuntu, Linux Mint, Elementary OS, etc., may be used The following command:

dpkg --list |  grep linux-image

SUSE /openSUSE

or in SUSE openSUSE system, you can use the following command to view the Linux kernel:

rpm -qa |  grep -i kernel

Arch Linux

Arch Linux and its derivative distributions, you can use the following command to view the list of installed kernel:

pacman -Q linux

or

pacman -Q |  grep linux

These are the methods of operation to view the installed Linux kernel, if you do not know how to view the kernel, can be operated in accordance with the method described above.

Copyright © Windows knowledge All Rights Reserved