lists all installed rpm packages

by rajesh 2012-04-11 17:00:07

To list all installed rpm packages we can use the command
rpm -qa


The list may be huge. To search a specific package we can use
rpm -qa | grep httpd



See 'man rpm' for further details.

Tagged in:

891
like
0
dislike
0
mail
flag

You must LOGIN to add comments