What RPM command would show you detailed information for a package called openssh-3.6.i386.rpm?
A.
rpm-showinformation openssh-3.6.i386.rpm
B.
rpm-showdetails-package openssh-3.6.i386.rpm
C.
rpm-query-info-package openssh-3.6.i386.rpm
D.
rpm-verify openssh-3.6.i386.rpm
Explanation:
-qi option queried and display the information about the package.
Your answers are not always clear, many times with punctuation errors or omissions. The correct answers follows:-
rpm –query –info openssh-3.6.i386.rpm
or
rpm -qi openssh-3.6.i386.rpm
Please note that, there are two dashes/hyphens before the query and the info options. There is only one dash or hyphen when using the option “qi”
Thanks zac