this post was submitted on 22 Nov 2024
34 points (97.2% liked)

Linux

48315 readers
893 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
 

For example Red Hat Enterprise Linux or SUSE Enterprise Linux.

I'm considering switching to RHEL, to get a "professional" Linux, since it's free if you register an account, but is it worth it?
Is the experience very different from Fedora?

you are viewing a single comment's thread
view the rest of the comments
[–] stuner@lemmy.world 3 points 8 hours ago* (last edited 7 hours ago)

We use Alma Linux at work and it's fine, I suppose. I see two main reasons why you'd choose an EL linux distro:

  1. You have (professional) software that officially supports it. RHEL's release model makes it an attractive target for proprietary software and many vendors choose to support it.
  2. You need/want very long support cycles. You can run 10-year-old software even though you probably shouldn't.

Apart from those, it's a competent distro, Red Hat know what they're doing. If you want the equivalent to an Ubuntu LTS / Debian in the Fedora world, it get's the job done. I quite like their approach of keeping the core OS stable while updating drivers, tools, and compilers (e.g., the kernel version number has very little meaning in RHEL).

Is the experience very different from Fedora?

Yes. the age of the core packages is very noticeable. The number of fully supported packages is also very small and you need to go to EPEL very quickly (at which point you're no longer getting enterprise support...). On the plus side, it's much more stable than Fedora in my experience.

Edit: My main recommendation for a stable distro would probably be Debian unless one of the above points applies.