101-400 Exam QuestionsBrowse all questions from this exam

101-400 Exam - Question 23


Which of the following commands can be used to download the RPM package kernel without installing it?

Show Answer
Correct Answer: B

To download the RPM package kernel without installing it, you can use the command yumdownloader. The command yumdownloader kernel will download the kernel package without installing it, making it the correct choice.

Discussion

2 comments
Sign in to comment
ignasiOption: A
Oct 26, 2021

it not correct, should be yum download

sis_net_sec
Apr 5, 2022

No B.yumdownloader kernel is correct you can check on test terminal

DuboisNicolasDuclairOption: B
Oct 21, 2023

The command that can be used to download the RPM package "kernel" without installing it is: B. `yumdownloader kernel` You can use the `yumdownloader` command to download RPM packages without installing them. In this case, running `yumdownloader kernel` will download the "kernel" package but won't install it.