Exam LFCS All QuestionsBrowse all questions from this exam
Question 24

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

    Correct Answer: B

    The command that can be used to download the RPM package kernel without installing it is 'yumdownloader kernel'. Yumdownloader is a command-line utility that allows users to download RPM packages from the configured repositories without installing them. This command will download the kernel package to the current directory, making it available for manual installation or inspection.

Discussion
BorbzOption: B

Correct Answer. https://access.redhat.com/solutions/10154

BuruguduystunstugudunstuyOption: B

Option B. yumdownloader kernel is the command that can be used to download the RPM package kernel without installing it. Yumdownloader is a command-line utility that is used to download RPM packages from the configured repositories. It is part of the yum package manager, which is used to manage packages on Red Hat-based systems. To download the RPM package kernel without installing it, you can use the yumdownloader kernel command. This command downloads the kernel package from the configured repositories and stores it in the current directory. This downloads the kernel package without installing it.

Buruguduystunstugudunstuy

Option A: The yum download --no-install kernel command is not correct, because it is missing the yumdownloader command. Option C: The rpm --download --package kernel command is not correct, because it is using the rpm command, which is the low-level package manager for Red Hat-based systems. It is not designed to download packages from repositories. Option D: The rpmdownload kernel command does not exist. It is not a recognized command by the system and will result in a "command not found" error if you try to run it.