VOOZH about

URL: https://thenewstack.io/almalinux-captures-the-soul-of-centos/

⇱ AlmaLinux Captures the Soul of CentOS - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2021-02-05 10:43:07
AlmaLinux Captures the Soul of CentOS
tutorial,
Cloud Native Ecosystem / Linux / Open Source

AlmaLinux Captures the Soul of CentOS

CloudLinux is serious about this project, and making sure CentOS admins have a platform that won't be yanked out from under them. To make this proposition even better, it's clear that AlmaLinux support will be long term and on-going. With the first release, admins will enjoy 8 years of support.
Feb 5th, 2021 10:43am by Jack Wallen
👁 Featued image for: AlmaLinux Captures the Soul of CentOS

“Alma” means soul in Latin; so it makes perfect sense that a company, CloudLinux, intent on understanding how Linux affects business, as well on understanding those at the heart and, yes, the soul of making Linux work for companies, would name its fork of CentOS, AlmaLinux.

The idea for AlmaLinux came to be after Red Hat announced it was doing away with CentOS as we know it. Out are the regular, point-based releases, and in, is the rolling release, known as CentOS Stream.

For some, replacing a standard release with a rolling release isn’t such a big deal. It’s still CentOS, right? Yes. Sort of. But not. If you look at it from a fundamental perspective, CentOS Stream is still CentOS, only with a different approach to updates, one that makes enterprises nervous about the stability of the OS.

But it’s much, much, MUCH more than that.

In fact, it’s when you start looking into the minutia of the change that you start to understand why this change was so profound… and why AlmaLinux makes sense.

I’ve already discussed the details of the CentOS change (give “Back to the Future: A Look at CentOS Streams” a read). This time around, I want to focus on this new fork of CentOS — AlmaLinux.

For those that like to get into the squirrely bits of freedom and support, here’s what CloudLinux has said about this. AlmaLinux will:

  • Be forever free and open-source, with no licenses or usage restrictions.
  • Be owned and governed in partnership with the community.
  • Be supported through 2029.

That should fill anyone concerned about the future of AlmaLinux with much-needed relief. CloudLinux is serious about this project and making sure CentOS admins have a platform that won’t be yanked out from under them. To make this proposition even better, it’s clear that AlmaLinux support will be long term and on-going. With the first release, admins will enjoy 8 years of support.

For those who already have numerous CentOS machines deployed, CloudLinux has made it clear it’ll release a tool to convert CentOS to AlmaLinux with a single command. That tool has yet to surface, but I’m certain it’ll arrive in time for the first official release of the new platform.

From Cloud to Terra

AlmaLinux was created by CloudLinux to serve as a 1:1 binary compatible fork of Red Hat Enterprise Linux. In the words of CloudLinux:

AlmaLinux is an open source, community-driven project that intends to fill the gap left by the demise of the CentOS stable release. AlmaLinux is a 1:1 binary compatible fork of RHEL 8 and it is built by the creators of the established CloudLinux OS.

Sounds familiar, right? It should, as this is exactly the role CentOS served for years. But unlike what happened with CentOS, CloudLinux intends to support AlmaLinux at the tune of $1 million dollars per year. In other words, AlmaLinux has serious support behind it.

Testing, Testing… Is This Thing on?

CloudLinux promised it would officially release its new distribution in the first few months of 2021 and already you can download the beta release of the OS and install it.

I did just that; after a quick (and very simple) installation was able to give AlmaLinux a try. The result of this testing? Any CentOS admin will feel right at home on AlmaLinux. In fact, AlmaLinux has been so well put together, it’s basically CentOS (or RHEL, for those who swim the streams of development) with different branding (and a Virtual Machine Manager for added measure).

As with CentOS, you can install AlmaLinux (using the same installer found in RHEL and CentOS) either with or without a GUI. I opted to go the GUI route, just to see what CloudLinux did with GNOME.

Not much.

Which is a good thing.

In fact, it’s just GNOME (Figure 1).

👁 Image

Figure 1: GNOME running on AlmaLinux will be familiar to anyone who’s used this desktop environment.

When you install the base server (with GUI), that’s exactly what you get: A basic server operating system, with a desktop environment, and not much else. In fact, it’s pretty bare-bones — which I have zero complaints about. Of course, during the installation, you can opt to install much more, but I tend to prefer to start off with the bare minimum and add on as-needed.

Of course, as with CentOS, installing packages is handled with the dnf tool, so AlmaLinux should be immediately familiar.

Want to install a web server?

sudo dnf install httpd -y

Want to install a database server?

sudo dnf install mariadb -y

Want to deploy containers? Podman is already installed.

You see the pattern?

One thing I did immediately notice is that installing software and running updates is quite a bit faster on AlmaLinux than it is on CentOS. In fact, this is the first time I’ve ever used a RHEL-based operating system that could upgrade and install software as quickly as Ubuntu Server (my go-to). With CentOS, installs always seemed to take considerably more time than my server platform of choice.

But What about cPanel?

This is a big… really big… issue. When Red Hat announced the CentOS change, the makers of cPanel made it very clear they wouldn’t support CentOS Stream. Why is this a big deal? For those that don’t know, cPanel is the most widely used web hosting control panel on the market. Anyone that needs hosting automation immediately turns to cPanel.

For years, the cPanel/CentOS combination was the most widely accepted for the job. And with this combo broken, a large group of admins and businesses were left in the lurch. Of course, cPanel was quick to respond. Their answer?

  • Accelerating support for cPanel on Ubuntu LTS, to deliver a production-ready version in late 2021.
  • Continue development efforts on cPanel to support CentOS 8 until it’s EOL on December 31.
  • Making it possible to transition CentOS deployments and get updates from third parties (such as CloudLinux) in order to extend the life of CentOS 8 through 2029.
  • Committed to supporting AlmaLinux.

I attempted to install cPanel on the beta release of AlmaLinux, but it was a no-go. That’s understandable, as it’s quite early in the platform’s first release. The good news is cPanel has made it clear it will be possible to install cPanel on AlmaLinux.

Hopefully, cPanel support for AlmaLinux will be available as soon as the first release of the OS is out. If not, admins can continue using CentOS 8 until Dec. 31, 2021. Surely, by then, the cPanel/AlmaLinux match will come together.

Put Some Soul in Your Data Center

For those looking to give AlmaLinux a try, and can’t wait for the full release, you can download an ISO of the beta and spin up a virtual machine (or even install it on bare metal). Remember, this is beta, so it’s best not to use it in a production environment. Even so, you’ll be surprised at how rock solid this release already is.

TRENDING STORIES
Jack Wallen is what happens when a Gen Xer mind-melds with present-day snark. Jack is a seeker of truth and a writer of words with a quantum mechanical pencil and a disjointed beat of sound and soul. Although he resides...
Read more from Jack Wallen
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Alma.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.