Which package manager is used in Fedora, a Red Hat derived system?
- yum
- tar
- apt-get
- vim
- bash
Explanation & Hint:
The package manager used in Fedora, which is a Red Hat derived system, is DNF (Dandified YUM). DNF replaced YUM (Yellowdog Updater Modified) as the default package manager in Fedora 22 and later. YUM was the previous default package manager for Fedora, and it’s still widely recognized in discussions about Fedora’s package management, especially in the context of its evolution. From the list you provided:
Therefore, for current Fedora systems, the answer reflecting the modern package management tool would be DNF, but from the choices given and considering historical context, yum is the closest correct answer. |