lists all installed rpm packages
by rajesh[ Edit ] 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.