Distributions Glossary

Browse 20 distributions terms defined in plain English, from the cultural dictionary of computing.

20 Distributions Terms

Alpine Linux
A lightweight Linux distribution known for small container images, musl, and a security-conscious minimal design.
Arch Linux
A lightweight and highly customizable Linux distribution known for its rolling releases, manual control, and strong documentation culture. In open-source...
CentOS
A Linux distribution historically popular for servers and enterprise-like stability, especially before major project changes altered its role.
Debian
A major community-governed Linux distribution known for its package ecosystem, stability, free software principles, and broad influence across downstream...
Debian Package
A software package built for Debian-based systems, typically in `.deb` format and installable through package-management tooling such as `dpkg` or `apt`....
Distro
Short for distribution, usually referring to a packaged operating system built around a shared software base, especially in the Linux world. A distro bundles a...
Downstream Fork
A derived project or package maintained separately from an upstream source, usually carrying its own patches, packaging choices, or release cadence. Downstream...
Enterprise Linux
Linux distributions and ecosystems aimed at business, production, and long-term support use rather than pure hobbyist experimentation. In infrastructure...
Fedora
A community-driven Linux distribution sponsored by Red Hat, known for shipping relatively current packages and serving as an upstream source for...
Gentoo
A source-based Linux distribution known for customization, compile-time control, and user involvement in system configuration. In Linux culture, Gentoo is...
Linux Package
A software package prepared for installation on Linux systems, usually through a distribution-specific or cross-distro packaging format. In developer culture,...
Mint
Short for Linux Mint, a Linux distribution known for a user-friendly desktop experience and approachability. In Linux culture, Mint is often recommended to...
Package Build
The process or result of building software into a distributable package format. In packaging culture, a package build often includes metadata, dependency...
Package Format
The structural format used to package software for installation or distribution, such as deb, rpm, wheel, or other ecosystem-specific forms. Package formats...
Rocky Linux
A community-driven enterprise Linux distribution created to provide a downstream-compatible replacement after CentOS changes.
RPM
Originally standing for Red Hat Package Manager, RPM refers both to the package format and the tooling used by many Linux distributions such as Red Hat,...
SUSE
A long-running Linux company and ecosystem known for enterprise distributions such as SUSE Linux Enterprise and its history in European open source...
Training Distribution
The distribution of examples, patterns, and conditions present in the data a model was trained on. A mismatch between training distribution and real-world use...
Ubuntu
A widely used Linux distribution known for its broad package ecosystem, long-term support releases, and strong presence on desktops, servers, and cloud...
Yum
A package manager historically used in RPM-based Linux distributions for installing, updating, and removing software. In Linux operations culture, yum remains...

Related Topics