Bird
0
0

You try to run yum install nginx on Fedora 36 but get an error. What is the likely cause?

medium📝 Debug Q6 of 15
Linux CLI - Linux Basics and Terminal
You try to run yum install nginx on Fedora 36 but get an error. What is the likely cause?
Anginx is not available on Fedora
BFedora does not support package installation
CYou need to run as root user
Dyum is deprecated; use dnf instead
Step-by-Step Solution
Solution:
  1. Step 1: Recognize Fedora package manager changes

    Fedora replaced yum with dnf; yum command may fail or be deprecated.
  2. Step 2: Check other options

    nginx is available, root is needed but error is about yum, Fedora supports package installs.
  3. Final Answer:

    yum is deprecated; use dnf instead -> Option D
  4. Quick Check:

    Fedora uses dnf, not yum [OK]
Quick Trick: Fedora uses dnf, yum is deprecated [OK]
Common Mistakes:
MISTAKES
  • Assuming nginx unavailable
  • Ignoring root permissions
  • Thinking Fedora can't install packages

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes