Page 1 of 1

Consider the output shown:#rpm i sendmail-cf-8.14.4-8.e16.noarch.rpmError: Failed dependencies:Sendmail = 7.14.4-8.e16 i

Posted: Sun Jun 11, 2023 3:55 pm
by answerhappygod
Consider the output shown:#rpm i sendmail-cf-8.14.4-8.e16.noarch.rpmError: Failed dependencies:Sendmail = 7.14.4-8.e16 is needed by sendmail-cf-8.e16.noarch# rpm i sendmail-8.14.4-8.e16.x86_64.rpm# rpm i sendmail-cf-8.14.4-8.e16.noarch.rpm# rpm -q sendmail sendmail-cfSendmail-8.14.4-8.e16.x86_64 -Sendmail-cf-8.e16_64 -Sendmail-cf-8.14.4-8.e16.noarch -# rpm e sendmailWhich statement is true about the execution of the rpm -e sendmail command?

A. It erases the sendmail package without errors.
B. It fails with an error because the package version is not supplied on the command line.
C. It fails with an error because the sendmail-cf package depends on the sendmail package.
D. It erases the sendmail package and raises an error because the sendmail package depends on the sendmail package. E. It erases both the sendmail and sendmail-cf packages because the sendmail-cf package depends on the sendmail package.