this post was submitted on 16 Oct 2025
137 points (98.6% liked)

Linux

10029 readers
502 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
 

If you’ve hopped between Linux distributions as much as I have, you know that each major family of distros introduces you to a different package manager. At first, it can feel a bit daunting (apt on Debian/Ubuntu, dnf on RHEL/Fedora, pacman on Arch, and zypper on openSUSE), but these tools all serve the same purpose of installing and updating software.

After using Linux for years (across everything from Debian to Arch-based systems), I’ve grown comfortable with all of them. Even niche distros like Slackware, Gentoo, and Void. In this post, I’ll break down the major package managers, how they differ, and what it’s like to use each one. We’ll also touch on the universal package formats (Snap and Flatpak) that aim to work across distributions, and lastly mention a few niche package management systems. Let’s dive in!

you are viewing a single comment's thread
view the rest of the comments
[–] chronicledmonocle@lemmy.world 3 points 3 weeks ago (1 children)

Most distros don't really have yum anymore. DNF is actually running the command in a yum mode, so you're really using dnf.

[–] dbtng@eviltoast.org 1 points 3 weeks ago (1 children)

Well the distros in question are pretty standard. RHEL, CENT, Oracle, Rocky. Ok. At least they let me keep my interface.

[–] chronicledmonocle@lemmy.world 2 points 3 weeks ago (1 children)

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.

[–] dbtng@eviltoast.org 1 points 3 weeks ago

Sometimes they come back. I've re-learned to use apt-get dist-upgrade for Proxmox patching.