this post was submitted on 16 Oct 2025
137 points (98.6% liked)
Linux
10029 readers
1040 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
None that I know of. I'm pretty sure they are both installed. I think dnf has some sort of TUI. I was just never interested.
No idea, if it has a TUI, but I feel like improved performance should be good enough of a reason to switch, if there are no downsides...
I haven't noticed any issues. It actually cleans up some old yum syntax.
I guess I should learn about that last bit. Someday ...
That makes perfect sense until I contrast it with the fact that I've never had any sort of issue with yum's performance. I do this crap for a living. I might carry out the same install or patching on several servers. As long as it executes in a consistent and reliable way, performance is really a secondary consideration.
Ah, so you've scripted a whole bunch of stuff with YUM. Then you automatically have the downside that switching over could incur hours of work.
As much as the software developer in me wants to encourage you to use DNF (or an abstraction like
pkcon) for newer scripts, in case they want to remove YUM one day, I get not wanting to deal with two separate tools.In my head, switching over was trivial, i.e. just typing D, N, F instead of Y, U, M, because that was my experience when I switched over way back when I was still a freshly hatched penguin.
Yes, exactly. The company I work for has lots of yum scripting. I don't hate dnf, its just not the interface I've used at work.
Most distros don't really have yum anymore. DNF is actually running the command in a yum mode, so you're really using dnf.
Well the distros in question are pretty standard. RHEL, CENT, Oracle, Rocky. Ok. At least they let me keep my interface.
Sometimes you've got to adapt to change.
It took me a while, but I moved off apt-get to just apt.
Habits die hard.
Sometimes they come back. I've re-learned to use apt-get dist-upgrade for Proxmox patching.