Language Selection

English French German Italian Portuguese Spanish

CentOS Alternative AlmaLinux OS 8.6 Is Now Available for Download, Based on RHEL 8.6

Filed under
Linux
News

AlmaLinux OS 8.6 “Sky Tiger” builds on the changes implemented by Red Hat in their Red Hat Enterprise Linux 8.6 release and adds two new repositories, namely Real Time (RT) and Real Time for NFV (NFV), as well as new module streams like PHP 8.0, Perl 5.32, Apache Log4j 2, and container-tools 4.0.

It also contains all the goodies from Red Hat Enterprise Linux 8.6, such as the numerous Web Console enhancements, brand-new System Roles to make system administration simpler, as well as updated versions of the SCAP Security Guide and OpenSCAP components for better security.

Read more

AlmaLinux 8.6 released

  • AlmaLinux 8.6 Release Notes
  • AlmaLinux 8.6 released [LWN.net]

    Just one day after the RHEL 8.6 release, AlmaLinux 8.6 Stable has been released. See the release notes for more information.

  • AlmaLinux 8.6 Stable is Now Available! - AlmaLinux OS Blog

    Hi, Community! The AlmaLinux OS Foundation is excited to announce that AlmaLinux OS 8.6 Stable is now available. Just like a flash after the beta release. This stable release is for the x86_64, aarch64 and ppc64le architectures and is ready for production installations and to power all your computing needs and workloads. Grab it from the nearest mirror and join us on the AlmaLinux Community Chat to discuss.

    Our Live Images, Raspberry Pi, Cloud and Container images updates are in process too, so stay tuned to catch the updates. Don't blink, you might miss them.

AlmaLinux 8.6 is available

  • AlmaLinux 8.6 is available, which continues the development of CentOS 8 - LinuxStoney

    AlmaLinux distribution kit 8.6 , synchronized with the Red Hat Enterprise Linux 8.6 and containing all the changes proposed in this release. Assemblies prepared for x86_64, ARM64 and ppc64le architectures in the form of boot (830 MB), minimum (1.6 GB) and full image (11 GB). Later, they additionally promise to form Live builds, as well as images for Raspberry Pi boards, containers and cloud platforms.

    The distribution is fully binary compatible with Red Hat Enterprise Linux 8.6 and can be used as a transparent replacement for CentOS 8. Changes come down to rebranding, removing RHEL-specific packages like redhat-*, insights-client and subscription-manager-migration*, creating a “devel” repository with additional packages and build dependencies.

AlmaLinux 8.6 "Sky Tiger" Released, Added New Module Stream

  • AlmaLinux 8.6 "Sky Tiger" Released, Added New Module Streams

    AlmaLinux 8.6 was made available within 48 hours after the release of the upstream Red Had Enterprise Linux 8.6. Here’s what is new!

    AlmaLinux has emerged as a popular option for Red Hat Enterprise Linux‘s free version since CentOS’s entry into the “stream.” This is the OS’s fourth stable release, proving the AlmaLinux Foundation’s commitment to delivering on its promises.

    The new stable AlmaLinux 8.6 release for x86_64, aarch64, and ppc64le architectures are ready for production installations and power the computing needs and workloads. So let’s see what’s new in this release.

AlmaLinux OS 8.6 Is Now Available for Download

  • AlmaLinux OS 8.6 Is Now Available for Download

    The latest version of Almalinux OS 8.6 “Sky Tiger”, is promoted as an alternative to CentOS. AlmaLinux OS Foundation announces the general availability of AlmaLinux OS 8.6. AlmaLinux OS 8.6 is available for download from the official website,

AlmaLinux 8.6 Released Less Than 48 Hours After RHEL 8.6

  • AlmaLinux 8.6 Released Less Than 48 Hours After RHEL 8.6

    Last Friday AlmaLinux announced the beta release of version 8.6 of its eponymous Linux distribution. On Thursday, the stable, production ready release of AlmaLinux 8.6, code named “Sky Tiger,” was pushed out the door, less than 48 hours after the release of Red Hat Enterprise Linux 8.6.

    In case you’re new to the neighborhood, AlmaLinux is one of several distros that are vying to be replacements for CentOS, a distro that for 17 years offered users a feature-for-feature downstream copy of RHEL, until Red Hat ended the project at the end of last year, and repurposed the name (as CentOS Stream) to apply to RHEL’s nightly builds.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.