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