1827892 Members
1807 Online
109969 Solutions
New Discussion

rpm command

 
SOLVED
Go to solution
Ragni Singh
Super Advisor

rpm command

Whats is the rpm command and option that will tell me the description of the package.

Thanks and points will be assigned.
3 REPLIES 3
Alexander Chuzhoy
Honored Contributor
Solution

Re: rpm command

rpm -qip packagename
will do that
Regards
You can always read the manual
man rpm
Rick Garland
Honored Contributor

Re: rpm command

rpm -qa | grep -i

This is a condensed version of the rpm command - this will allow you to see if a specific package is installed without having to go through the whole list as generated by rpm
Ragni Singh
Super Advisor

Re: rpm command

Thanks but Alexander was right on the money. He gets 10 points.