cat /etc/os-release --all-distros

The Linux Distribution Landscape

A field guide to the distributions that actually shaped Linux, organized by lineage: what each one does differently, why it matters, and what it's genuinely good at.

Derivative distros that don't add a meaningfully different approach are mentioned briefly rather than given their own entry — the focus here is on the ones that did something unique.

compiled: july 2026  ·  scope: general-purpose + notable specialized distros  ·  24 distributions across 8 lineages

00 Comparison Table

Debian family Red Hat family Arch family SUSE family Declarative Independent Security-focused Desktop-focused
Distribution Package Manager Release Model Rollback / Snapshots Best For
Debianapt / dpkgPoint (very slow)Manual / none nativeServers, stability purists
Ubuntuapt / snapPoint + LTS (2yr)Timeshift (add-on)General desktop & cloud
Linux MintaptPoint, based on Ubuntu LTSTimeshift (built-in)Windows/macOS switchers
FedoradnfPoint (~13 months)rpm-ostree (Silverblue variant)Latest stable tech, GNOME
RHELdnfPoint (10yr support)Snapshots via LVMEnterprise production
CentOS StreamdnfRolling preview of RHELSnapshots via LVMRHEL contributors/testers
Rocky / AlmaLinuxdnfPoint (RHEL rebuild)Snapshots via LVMFree RHEL-compatible servers
Arch LinuxpacmanRollingManual (snapshots optional)Full control, learning Linux deeply
ManjaropacmanRolling, delayed/curatedTimeshift (built-in)Arch power without the setup
EndeavourOSpacmanRolling, near-vanilla ArchManualArch minus the manual install
openSUSE Leapzypper / RPMPoint (SLE-based)Btrfs + SnapperStable desktop/server, YaST fans
openSUSE Tumbleweedzypper / RPMRolling, heavily testedBtrfs + Snapper (automatic)Bleeding edge without the anxiety
SUSE Linux Enterprisezypper / RPMPoint (long support)Btrfs + SnapperEnterprise servers, mainframes
NixOSnixChoice of stable/unstable channelNative, atomic generationsReproducible systems, dev environments
Guix SystemguixRollingNative, atomic generationsFully free-software purists, Scheme fans
Gentooportage (source-based)RollingManualTotal customization, learning internals
Alpine LinuxapkPoint (short cycle)ManualContainers, embedded, tiny footprints
Void LinuxxbpsRollingManualMinimalists who want runit, not systemd
Slackwarepkgtool (no dep resolution)Point (very slow) / -current rollingManualUnix traditionalists
SoluseopkgRollingManualIndependent, Budgie-native desktop
Qubes OSdnf/apt (per-VM)PointPer-VM snapshotsCompartmentalized security
Kali Linuxapt (Debian-based)RollingManualPenetration testing, security auditing
elementary OSapt (Ubuntu-based)PointTimeshift (add-on)Design-conscious macOS switchers
Pop!_OSapt + Pop!_ShopPoint (Ubuntu-based)Timeshift (add-on)Developers, gamers, NVIDIA/hybrid GPU users

01 Lineage

Debian & Derivatives

The oldest continuously developed distro family and the most widely derived-from codebase in the Linux world. The lineage's defining trait is a deep institutional commitment to stability and a democratic, volunteer-governed development process rather than a single company calling the shots.

Debian

aptpoint release

Founded in 1993, entirely community-governed by its own Social Contract rather than a company. "Stable" packages are frozen and tested for roughly two years before release, which is why so many other distros use it as a base — if it's in Debian stable, it has been through an unusually long shakedown.

Does well: dependability at scale, a massive package archive (~60,000 packages), and a governance model that has outlasted most corporate-backed competitors.

Ubuntu

apt / snapLTS every 2yr

Canonical took Debian and added a predictable release cadence, first-class hardware/driver support, and heavy investment in usability, which made it the default answer to "which Linux should I install" for most of the 2010s. Its LTS releases get 5 years of support, longer with Ubuntu Pro.

Does well: out-of-box hardware compatibility, the largest ecosystem of third-party install instructions and support, and being the base most cloud images and Docker containers default to.

Linux Mint

aptpoint release

Built on Ubuntu LTS but deliberately strips out Snap packages and ships its own Cinnamon desktop, which stays close to a traditional Windows-like layout. A direct reaction against design choices (GNOME 3's paradigm shift, forced Snap packaging) that alienated a chunk of Ubuntu's user base.

Does well: the gentlest on-ramp for people migrating from Windows, with almost no post-install fiddling required.

02 Lineage

Red Hat & Enterprise Linux

The lineage that dominates enterprise servers and cloud infrastructure. Its core idea: a fast community distro (Fedora) acts as the proving ground for features that eventually get frozen into a slow, extremely well-tested enterprise product (RHEL).

Fedora

dnf~13mo cycle

Red Hat's community distro and its innovation lab — systemd, Wayland, and PipeWire all shipped as default in Fedora before most other distros touched them. Strong upstream-first philosophy: minimal patching, close to how the original developers intended software to run.

Does well: getting genuinely new Linux technology into users' hands early, with far more polish than "rolling release" chaos would suggest.

RHEL (Red Hat Enterprise Linux)

dnf10yr support

The commercial backbone of enterprise Linux, with certification programs, hardware vendor partnerships, and support contracts that make it the default choice for regulated industries and large-scale production deployments.

Does well: long-term predictability — a decade of security patches on a frozen package set, which matters enormously when you're running critical infrastructure you can't casually update.

CentOS Stream

dnfrolling preview

After the original CentOS (a free RHEL rebuild) was discontinued in its old form, Red Hat repositioned CentOS as a rolling preview that sits upstream of RHEL rather than downstream — a genuinely different role in the pipeline, not just a renamed rebuild.

Does well: giving developers and RHEL contributors visibility into what's coming next, before it's frozen into a RHEL release.

Rocky Linux & AlmaLinux

dnfRHEL rebuild

Community projects that emerged specifically to fill the gap old CentOS left — free, binary-compatible rebuilds of RHEL, built by different nonprofit/commercial backers (Rocky by CentOS's original founder, Alma by CloudLinux).

Does well: RHEL-grade stability and compatibility without a support contract, for teams who don't need Red Hat's official backing.

03 Lineage

Arch & Rolling-Release Minimalism

Arch's philosophy is the opposite of "batteries included": you start with almost nothing and build up exactly the system you want, understanding every piece along the way. Everything downstream of it either preserves that philosophy or trades pieces of it for convenience.

Arch Linux

pacmanrolling

A minimalist, rolling-release distro built on the principle that the user should understand and control their system rather than have decisions made for them. Famous for the Arch Wiki, which is so thorough it's used as a reference by people running entirely different distros.

Does well: giving you the newest packages the moment they're released, and teaching you how Linux actually works because you have to configure most of it yourself. The Arch User Repository (AUR) also gives access to a vast range of community-packaged software unavailable elsewhere.

Manjaro

pacmancurated rolling

Takes Arch's package base but adds a graphical installer, sane defaults, and its own testing branch that holds packages back briefly before they reach users — trading a little of Arch's bleeding-edge speed for a lot more out-of-box stability.

Does well: making Arch's package ecosystem accessible without the manual installation process.

EndeavourOS

pacmanrolling

Emerged after the similarly-minded Antergos shut down; it's essentially vanilla Arch with a friendlier installer and none of Manjaro's package delays or independent infrastructure.

Does well: staying closest to "real Arch" of any of the beginner-friendly options, for people who want the convenience of an installer but not a modified package pipeline.

04 Lineage

SUSE

One of the oldest distros still active (1992), with German engineering roots and conventions that never fully aligned with either the Debian or Red Hat camps. Best known for unusually rigorous automated testing and a unified configuration tool that most other distros never bothered to build.

openSUSE Leap

zypperpoint release

A point-release distro built partly from SUSE Linux Enterprise's own tested source packages — you get an enterprise-grade base for free, without a support contract.

Does well: stability comparable to RHEL/Debian-stable, with SUSE's YaST configuration tool giving a single unified place to manage the whole system instead of hunting across a dozen config files.

openSUSE Tumbleweed

zyppertested rolling

A rolling release that runs every incoming package change through openQA, SUSE's own automated testing framework, before it reaches users — the thing that usually makes rolling releases risky gets caught before it ships.

Does well: bleeding-edge software with a reputation as the most reliable rolling distro available; pairs this with Btrfs snapshots and Snapper so a bad update can be rolled back straight from the boot menu.

SUSE Linux Enterprise (SLE)

zypperlong support

SUSE's commercial enterprise product and RHEL's most direct competitor, widely used in server and mainframe contexts, particularly in Europe.

Does well: enterprise support contracts, certification, and the same snapshot/rollback infrastructure as Tumbleweed, but on a frozen, long-supported base.

05 Lineage

Declarative & Functional

These two aren't part of a family tree so much as a different species. Instead of mutating a system through a sequence of installs and edits, you write a complete description of the system you want, and the tool builds exactly that — atomically, and reproducibly.

NixOS

nixdeclarative

The whole system — packages, services, users, firewall rules, kernel config — is described in one configuration written in the Nix language. Each package lives in an isolated, hash-addressed path in the Nix store, so installs never silently collide or overwrite shared state.

Does well: bit-for-bit reproducible systems (hand someone your config file and they get an identical machine), atomic upgrades and instant rollbacks to any previous system generation, and per-project reproducible dev environments via nix-shell/flakes. The tradeoff is a real learning curve around the Nix language and its unfamiliar mental model.

Guix System

guixdeclarative

GNU's own take on the same idea NixOS pioneered — a functional package manager and declarative OS, but configured in Guile Scheme instead of the Nix language, and with a strict commitment to shipping only free software (no proprietary firmware blobs by default).

Does well: the same reproducibility and atomic-rollback guarantees as NixOS, aimed at users who want that model built on Scheme and the GNU project's free-software principles rather than Nix's own ecosystem.

06 Lineage

Source-Based & Independent

Distros that don't trace back to Debian, Red Hat, or Arch at all — each built around one uncompromising idea, whether that's compiling everything yourself, staying as small as possible, or rejecting systemd outright.

Gentoo

portagesource-based

Packages are compiled from source on your own machine, with USE flags letting you toggle exactly which features get built into each one. The most extreme expression of "configure everything yourself" in mainstream Linux.

Does well: fine-grained control over what actually ends up in your binaries, and optimization for your specific hardware — at the cost of long compile times and real time investment.

Alpine Linux

apkmusl libc

Built on musl libc and BusyBox instead of glibc/coreutils, which keeps base images extraordinarily small (a few megabytes). This is why it became the default base image for a huge share of Docker containers.

Does well: minimal attack surface and tiny footprint for containers and embedded systems — though the musl/glibc difference occasionally trips up software that assumes glibc behavior.

Void Linux

xbpsrolling

An independently-built rolling distro (not derived from anything else) that uses runit as its init system instead of systemd, appealing to people who specifically want to avoid systemd's growing scope.

Does well: a genuinely minimal, fast-booting base with its own package manager and build system built from scratch, not forked from an existing one.

Slackware

pkgtoolno dep resolution

The oldest surviving Linux distribution (1993), and deliberately old-school: no automatic dependency resolution, configuration via plain text files and init scripts, closer to traditional Unix than any modern convenience-focused distro.

Does well: teaching you exactly what's happening under the hood, since nothing is abstracted away or automated on your behalf.

Solus

eopkgrolling

Built entirely independently (not a derivative of Debian, Red Hat, or Arch) around its own Budgie desktop environment, aimed squarely at desktop users rather than servers.

Does well: a cohesive, curated rolling-release desktop experience from a small independent team, with none of the "assembled from a dozen unrelated projects" feel some distros have.

07 Lineage

Security & Isolation Focused

Distros built around a specific job — locking things down or breaking into things — rather than general-purpose use.

Qubes OS

Xen-basedcompartmentalized

"Security by compartmentalization" — every application or task runs in its own isolated virtual machine (a "qube"), so a compromise in your browser VM can't touch your banking VM or your file storage. Endorsed publicly by figures like Edward Snowden for this reason.

Does well: containing breaches to a single isolated compartment instead of the whole system, at the cost of higher hardware requirements and a steeper workflow adjustment.

Kali Linux

apt (Debian-based)rolling

A Debian derivative pre-loaded with hundreds of penetration-testing and security-auditing tools (Nmap, Metasploit, Wireshark, and more), maintained by Offensive Security and used as the de facto standard training platform for security certifications.

Does well: having every common security tool pre-configured and ready to go, instead of assembling a toolkit from scratch.

08 Lineage

Desktop Experience Focused

Ubuntu derivatives whose core contribution isn't a new package manager or release model, but a genuinely distinct desktop design philosophy layered on top of a familiar, stable base.

elementary OS

aptUbuntu-based

Ships its own Pantheon desktop environment, built from scratch with an unusually strong, consistent design language reminiscent of macOS, plus a curated app store (AppCenter) with a pay-what-you-want model for indie developers.

Does well: visual and interaction consistency most Linux desktops don't bother with — every bundled app looks and behaves like it was designed by the same team, because it was.

Pop!_OS

aptUbuntu-based

Made by System76 (a Linux hardware vendor) and tuned for their own laptops and desktops, with excellent NVIDIA/hybrid-GPU handling out of the box and a tiling window manager (via its own COSMIC desktop) built for keyboard-driven, developer-focused workflows.

Does well: GPU driver support that "just works," and a desktop genuinely optimized for developers and gamers rather than general consumers.