nerdexam
Oracle

1Z0-100 · Question #111

You installed the sendmail-cf package using the yum command as shown: # yum -Y install sendmail-cf Loaded plugins: security Setting up Install Process Resolving Dependencies - -> Running Transaction…

The correct answer is B. It succeeds and removes both the sendmail and sendmail-cf packages. See the full explanation below for the reasoning.

Question

You installed the sendmail-cf package using the yum command as shown:

yum -Y install sendmail-cf Loaded plugins: security Setting up Install Process Resolving Dependencies

  • -> Running Transaction Check
      • Package sendmail-cf.noarch 0:8.14.4-8.e16 will be installed

    • Processing Dependency: sendmail = 7.14.4-8.e16 for package:

sendmail-cf-8.14.4- 8.e16.noarch

    • Running transaction check

    • Package sendmail.x86_64 0:8.14.4-8.e16 will be installed

    • Finished Dependency Resolution

Dependency Resolved What is the outcome of the YUM command? # yun y remove sendmail

Exhibit

1Z0-100 question #111 exhibit

Options

  • AIt fails with an error because the sendmail-cf package depends on the package being removed.
  • BIt succeeds and removes both the sendmail and sendmail-cf packages.
  • CIt succeeds and only removes the sendmail package.
  • DIt removes the sendmail packages and raises a warning about the sendmail-cf package, which
  • EIt removes the sendmail package and prompts you for the option to remove the sendmail-cf

How the community answered

(43 responses)
  • A
    7% (3)
  • B
    70% (30)
  • C
    2% (1)
  • D
    16% (7)
  • E
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-100 Practice