Frequently Asked Question
What actually is a Linux distribution?
A distribution (or "distro") is a complete operating system built around the Linux kernel. The kernel by itself does not give you a usable system; it is just the engine that schedules processes, manages memory, and drives hardware. A distribution wraps that kernel with a C library (glibc or musl), a shell, an init system, a package manager, a bootloader, and thousands of curated applications, then ships the whole stack as an installable image.
That bundling is where distributions diverge. Debian, Ubuntu, Fedora, Arch and the rest all
ride on essentially the same kernel, but their packaging formats, release cadences,
defaults, governance, and user-space choices differ widely. Two systems can both be
"Linux" yet feel quite different at the prompt: apt versus dnf, GNOME versus KDE,
systemd versus runit, glibc versus musl. Knowing a system's distribution tells you which
conventions to expect.