What RPM command would show you detailed information for a package called openssh-3.6.i386.rpm?

What RPM command would show you detailed information for a package called openssh-3.6.i386.rpm?

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.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


zac

zac

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

zac

zac

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”

Mahoni

Mahoni

Thanks zac