Which of the following commands can be used to download the RPM package kernel without installing it?
Click on the arrows to vote for the correct answer
A. B. C. D.B
The correct answer is B. yumdownloader kernel.
yumdownloader is a command-line utility that is used to download packages from the repositories that yum is aware of. With yumdownloader, you can download a package without installing it, and its dependencies. The yumdownloader command downloads the package and its dependencies into the current working directory.
Option A is incorrect because there is no such option as "--no-install" for the yum download command.
Option C is incorrect because the "--download" option is not supported by the rpm command.
Option D is incorrect because there is no such command as "rpmdownload" on most Linux distributions.
In conclusion, the correct command to download an RPM package without installing it is "yumdownloader kernel".