this post was submitted on 16 Oct 2025
137 points (98.6% liked)
Linux
10014 readers
631 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
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.