ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 289 - XK0-005 discussion

Report
Export

A Linux administrator needs to determine if prerequisites are met. One of the application requirements is to install Perl on a system. Which of the following commands would accomplish this task?

A.
rpm -Uf perl
Answers
A.
rpm -Uf perl
B.
rpm -iv perl
Answers
B.
rpm -iv perl
C.
rpm -qa perl
Answers
C.
rpm -qa perl
D.
rpm -eh perl
Answers
D.
rpm -eh perl
Suggested answer: C

Explanation:

rpm -qa lists all installed packages and filtering with perl will show if Perl is installed or not. This command is useful for verifying prerequisites like the presence of certain software on the system.

asked 02/10/2024
Olaf Messerschmidt
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first