101-500 Exam QuestionsBrowse all questions from this exam

101-500 Exam - Question 27


Which of the following commands installs all packages with a name ending with the string foo?

Show Answer
Correct Answer: D

To install all packages with a name ending with the string 'foo' using the zypper package manager, the correct command is 'zypper install '*foo'. The 'install' command is used to install packages, and '*foo' is a glob pattern that matches any package name ending with 'foo'. The other commands - 'get', 'update', 'force', and 'add' - do not perform the installation of packages as needed in this scenario.

Discussion

3 comments
Sign in to comment
k3n_Option: D
Sep 25, 2022

For some reason the charset is broken. Here is the options: Zypper is a packet manager from openSuse. A. zypper get *foo B. zypper update foo? C. zypper force foo* D. zypper install *foo E. zypper add .*foo

k3n_
Sep 30, 2022

Package manager*

kleverOption: D
Oct 10, 2022

only correct answer is D as neither get, update, force nor add install anything

NinymoOption: D
Mar 24, 2024

Answer: D