distribution
also: distro, flavor, variant
A curated collection of the Linux kernel, GNU utilities, package manager, and pre-selected software packaged together for easy installation and use. Different distributions target different needs and philosophies.
A Linux distribution (or "distro") bundles the Linux kernel with essential tools like the GNU C library, shell utilities, and a package manager, creating a complete operating system ready to install and run. Each distribution makes choices about which components to include, how to organize them, and what software to provide by default.
Common distributions include Ubuntu (user-friendly, based on Debian), Fedora (cutting-edge, sponsored by Red Hat), Debian (stable and community-driven), and Arch Linux (minimal and customizable). For example, Ubuntu comes with GNOME desktop and apt package manager, while Fedora uses DNF and may include different default software.
Distributions differ in release cycles (some update frequently, others focus on stability), package managers (apt, dnf, pacman), init systems, and target audiences—from beginners to enterprise servers. Choosing a distribution is your first step in using Linux, though the underlying kernel and core tools remain largely the same across them.