Linux_FoundationLinux_Foundation
LFCS · Question #718
LFCS Question #718: Real Exam Question with Answer & Explanation
The correct answer is C: rpm-query-info-package openssh-3.6.i386.rpm. To retrieve detailed information about a specific .rpm package file, the rpm command is used with the --query, --package, and --info flags.
Submitted by yuki_2020· Apr 18, 2026Essential Commands
Question
What RPM command would show you detailed information for a package called openssh- 3.6.i386.rpm?
Options
- Arpm-showinformation openssh-3.6.i386.rpm
- Brpm-showdetails-package openssh-3.6.i386.rpm
- Crpm-query-info-package openssh-3.6.i386.rpm
- Drpm-verify openssh-3.6.i386.rpm
Explanation
To retrieve detailed information about a specific .rpm package file, the rpm command is used with the --query, --package, and --info flags.
Common mistakes.
- A.
rpm-showinformationis not a validrpmcommand or flag combination. - B.
rpm-showdetails-packageis not a validrpmcommand or flag combination. - D.
rpm-verify(orrpm -V) is used to verify the integrity of installed packages against their metadata, not to show detailed information about an uninstalled package file.
Concept tested. RPM package information query
Topics
#RPM#Package Management#Command Line Utilities#Querying Packages
Community Discussion
No community discussion yet for this question.