Search notes:

Linux distributions

Arch Linux, Debian, Ubuntu, CBL-Mariner

Identifying a distribution

lsb_release -d
lsb_release -r
cat /etc/os-release

Distribution genealogy

Debian based distributions:
Fedora based distributions:
Ubuntu based distributions:
Arch based distributions
Red Hat based distributions
Suse based distributions:
Others:

Term distribution in Python

The term distribution has a specific meaning in Python packaging contexts where it refers to a source or binary distribution package of a single piece of Python language software. (In the sense of setuptools.dist.Distribution or sdist).

Index