this post was submitted on 12 Apr 2025
46 points (97.9% liked)

Linux

6942 readers
310 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
 

Is the loss of pacman and AUR that bad?

What things are to be gained? I expect that SELinux and Redhat backing should really make fedora way more secure.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 day ago* (last edited 1 day ago) (1 children)

If you're not on RHEL-likes manually installing piles of out-of-tree software or randomly dumping RPMs into your system blindly hoping that things will "just work", all is good on most rpm-based distros (RHEL, Fedora, AlmaLinux, OpenSUSE Leap, etc.). Updates don't have issues and system upgrades (where possible) have had minimal problems within the past few years on all of my systems.

[–] [email protected] 1 points 1 day ago (1 children)

Which is - in my experience - another way of saying "if you don't care that you're running hopelessly obsolete versions of software, and don't have access to about half the software available written in the past several years." Even if you compile yourself, it's often a game of bisecting a project's history to find a point in the when it'll compile against the ancient versions of libraries available on the system.

That's been my experience, anyway.

[–] [email protected] 0 points 1 day ago

For desktop/workstation users: the simple answer is just use the flatpak from Flathub or from some other source if you need a user package that doesn't align to the ethos of your chosen distro. In most cases desktop Linux users have gone beyond self-packaging for specific library versions and just use a separate set of common libraries to power application needs beyond the out of box experience of any given distro. It's part of why immutable distros are starting to take off and make more sense for desktop/workstation use-cases.

For servers, it's in the nature to become part of the technical debt you are expected to maintain, and isn't unique among RHEL, OpenSUSE Leap, Debian, Ubuntu, or any other flavor of distro being utilized.