Question: When installing a downloaded package on the RedHat-based distribution manual using RPM, what may you have to do first?

  1. Compile the package source code.
  2. Download all dependencies and install them before installing the desired package.
  3. Agree to an end-user license agreement.
  4. provide the --resolve option so RPM resolves all packages dependency.

Answer: The correct answer of the above question is Option B:Download all dependencies and install them before installing the desired package.