Oracle
1Z0-100 · Question #66
Consider the output shown: #rpm -i sendmail-cf-8.14.4-8.e16.noarch.rpm Error: Failed dependencies: Sendmail = 7.14.4-8.e16 is needed by sendmail-cf-8.e16.noarch # rpm -i…
The correct answer is C. It fails with an error because the sendmail-cf package depends on the sendmail package. See the full explanation below for the reasoning.
Question
Consider the output shown:
#rpm -i sendmail-cf-8.14.4-8.e16.noarch.rpm Error: 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-cf Sendmail-8.14.4-8.e16.x86_64 Sendmail-cf-8.e16_64 Sendmail-cf-8.14.4-8.e16.noarch # rpm -e sendmail Which statement is true about the execution of the rpm -e sendmail command?
Options
- AIt erases the sendmail package without errors.
- BIt fails with an error because the package version is not supplied on the command line.
- CIt fails with an error because the sendmail-cf package depends on the sendmail package.
- DIt erases the sendmail package and raises an error because the sendmail package depends on
- EIt erases both the sendmail and sendmail-cf packages because the sendmail-cf package depends
How the community answered
(22 responses)- C86% (19)
- D5% (1)
- E9% (2)
Community Discussion
No community discussion yet for this question.