I kinda remember that I read somewhere that yum will be replaced by dnf in Fedora 31, why is this code still working in Fedora 31? If I install some software using sudo yum install, will it be different from sudo dnf install?
Itâs there as an alias, for the sake of compatibility and to ease the transition. But YUM is deprecated. When you type yum something is actually dnf what runs.
You are receiving this because you enabled mailing list mode.
Many people donât know that, because they either donât work with yum/dnf
often, or because they just read the instructions, which still say yum.
Takes time for these things.
Thatâs almost kind of my point, though⌠by keeping yum as an alias forever, all the wrong instructions will never get fixed, because âHey, it works fine the way it is.â At some point you have to rip off the band-aid and break some peopleâs (outdated) stuff.
I could not disagree more. In my opinion, this attitude has become more
prominent in Fedora recently, and has led to us breaking everything for no
real reason. These aliases are not difficult to maintain.