Get the list of RPM installed in CentOS

Enviornment

CentOS 7 minimal installation

Command

rpm -qa


-a, --all query/verify all packages
-q Specify a query

It lists all packages installed in system.
User can filter the result by using a pipe and grep.

eg Check any packages installed with name php

rpm -qa | grep php

Comments

Popular posts from this blog

python-docx | docx | No module named 'exceptions'

Fixing TortoiseSVN icons overlay in Windows 10

MySQL 8 User creation and grant privileges