this post was submitted on 05 Apr 2024
28 points (93.8% liked)

Linux

47515 readers
1372 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

If so, why? and how's your experience been?

you are viewing a single comment's thread
view the rest of the comments
[–] stuner@lemmy.world 4 points 5 months ago (1 children)

AlmaLinux is effectively a downstream of RHEL, so it inherits a lot of RHEL's pros and cons. I think, from a technical perspective, it makes a lot of sense for professional applications. It has a rock solid base OS that only changes rarely, which has lead to widespread support among professional (commercial) software. On top of that you get more regular updates to hardware support and (some) applications. You also get very long support times, which can make sense for some use cases.

On the hand, this model certainly also has its downsides. Towards the end of the life cycle, the packages get very old, especially the base OS (e.g. RHEL 7, which goes EOL this year, ships with gcc version 4.8). If you care about having the latest and greatest packages, this is not a distro for you. It's also not clear if Red Hat will try to further crack down on their downstream distros...

Overall, I think it's a good choice for a professional environment, where you don't need bleeding edge packages. Some commercial software also doesn't give you a lot of other options. For personal use, I'd probably look for another distro, unless you're looking for a very slow update cycle.

[–] Shareni@programming.dev 6 points 5 months ago (1 children)

AlmaLinux is effectively a downstream of RHEL, so it inherits a lot of RHEL's pros and cons.

Nah, it's been upstream since RHEL locked down. Rocky's been doing some funky stuff though.

Towards the end of the life cycle, the packages get very old

Good thing there's flatpak, snap, appimage, nix, guix, distrobox, etc. to keep you up to date. The question is then: do you mind if your DE and drivers don't change for years. And that's perfectly fine for a lot of people.

[–] stuner@lemmy.world 1 points 5 months ago (2 children)

Nah, it’s been upstream since RHEL locked down. Rocky’s been doing some funky stuff though.

AlmaLinux mostly ships packages that are maintained by Red Hat for RHEL, which is why I called it effectively a downstream. But maybe we can just agree that they're related and it's complicated 😅

Good thing there’s flatpak, snap, appimage, nix, guix, distrobox, etc. to keep you up to date. The question is then: do you mind if your DE and drivers don’t change for years. And that’s perfectly fine for a lot of people.

Yes, the situation has certainly improved, especially for GUI applications. But there's always some trade-offs involved with those alternative packaging options. The nice thing is that you can freely choose if you want such a very-LTS option, or something fresher :)

[–] rollingflower@lemmy.kde.social 2 points 5 months ago

I can say apart from core programs like all of KDE (lol) and some CLI tools I use only Flatpaks now! Distrobox as workaround for RStudio and QGis, Appimage only as a last resort.

[–] Shareni@programming.dev -2 points 5 months ago

AlmaLinux mostly ships packages that are maintained by Red Hat for RHEL

Sure, they're maintained by Red Hat, but for CentOS and not RHEL, therefore Alma is upstream. It's really not complicated.