More actions
Electron271 (talk | contribs) m (Chore: Update categories) |
m (Add extra info on the list) |
||
Line 2: | Line 2: | ||
== List of Linux Distributions == | == List of Linux Distributions == | ||
This is in no way an all inclusive list of [[Linux]] distributions and mostly covers the more notable ones, for a more comprehensive list of distributions see [https://distrowatch.com Distrowatch] or the [[wikipedia:List_of_Linux_distributions|Wikipedia Article]]. Distributions are grouped by which distribution they are based on. Distributions in ''italics'' are abanonded. | |||
==== Arch Based ==== | ==== Arch Based ==== | ||
[[Arch Linux|Arch]] is an independent | [[Arch Linux|Arch]] is an independent distribution focused on the KISS ''(Keep It Simple, Stupid)'' principle that focuses on being lightweight and flexible. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 13: | Line 14: | ||
|} | |} | ||
==== Debian Based ==== | ==== Debian Based ==== | ||
[[Debian]] is an independent | [[Debian]] is an independent distribution developed by the community-supported Debian Project which is developed openly and distributed freely. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 22: | Line 23: | ||
|} | |} | ||
==== Fedora Based ==== | ==== Fedora Based ==== | ||
Fedora is a community supported | Fedora is a community supported distribution sponsored by RHEL. It aims to provide the latest software while maintaining a completely Free Software system. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 31: | Line 32: | ||
|} | |} | ||
==== Gentoo Based ==== | ==== Gentoo Based ==== | ||
Gentoo is a | Gentoo is a highly flexible source-based distribution designed to have highly optimized and frequently updated software. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 40: | Line 41: | ||
|} | |} | ||
==== Red Hat Enterprise Based ==== | ==== Red Hat Enterprise Based ==== | ||
Red Hat Enterprise Linux (RHEL) is a commercial | Red Hat Enterprise Linux (RHEL) is a commercial distribution developed by Red Hat for the enterprise market. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 49: | Line 50: | ||
|} | |} | ||
==== Slackware Based ==== | ==== Slackware Based ==== | ||
Slackware is a highly customizable | Slackware is a highly customizable distribution that stresses ease of maintenance and reliability over cutting-edge software and automated tools. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 58: | Line 59: | ||
|} | |} | ||
==== openSUSE Based ==== | ==== openSUSE Based ==== | ||
openSUSE is a community-developed | openSUSE is a community-developed distribution sponsored by SUSE. It maintains a strict policy of ensuring all code in the installs will be from FOSS solutions. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 67: | Line 68: | ||
|} | |} | ||
==== Ubuntu Based ==== | ==== Ubuntu Based ==== | ||
Ubuntu is a | Ubuntu is a distribution based on [[Debian]] developed by Canonical who provides commercial support for releases on desktops, servers and IOT devices. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 76: | Line 77: | ||
|} | |} | ||
==== Other Distributions ==== | ==== Other Independent Distributions ==== | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
Line 82: | Line 83: | ||
|- | |- | ||
| [[NixOS]] | | [[NixOS]] | ||
|A | |A distribution built around the Nix package manager, which provides atomic upgrades, rollbacks, and a declarative configuration model. | ||
|} | |} | ||
[[Category:Linux Distributions]] | [[Category:Linux Distributions]] |
Revision as of 21:19, 4 June 2024
A Linux distribution (Sometimes abbreviated as a 'distro') comprises of some form of the Linux Kernel, an init system (Such as systemd), GNU tools and libraries, documentation, a Package Manager and several other types of software. Often to provide a desktop experience a display server (Such as Xorg or a Wayland Compositor like Kwin), a Desktop Environments or Window Managers (Such as GNOME) and other programs may be included with the distribution or are installable from Repositories.
List of Linux Distributions
This is in no way an all inclusive list of Linux distributions and mostly covers the more notable ones, for a more comprehensive list of distributions see Distrowatch or the Wikipedia Article. Distributions are grouped by which distribution they are based on. Distributions in italics are abanonded.
Arch Based
Arch is an independent distribution focused on the KISS (Keep It Simple, Stupid) principle that focuses on being lightweight and flexible.
Distribution | Description |
---|---|
Debian Based
Debian is an independent distribution developed by the community-supported Debian Project which is developed openly and distributed freely.
Distribution | Description |
---|---|
Fedora Based
Fedora is a community supported distribution sponsored by RHEL. It aims to provide the latest software while maintaining a completely Free Software system.
Distribution | Description |
---|---|
Gentoo Based
Gentoo is a highly flexible source-based distribution designed to have highly optimized and frequently updated software.
Distribution | Description |
---|---|
Red Hat Enterprise Based
Red Hat Enterprise Linux (RHEL) is a commercial distribution developed by Red Hat for the enterprise market.
Distribution | Description |
---|---|
Slackware Based
Slackware is a highly customizable distribution that stresses ease of maintenance and reliability over cutting-edge software and automated tools.
Distribution | Description |
---|---|
openSUSE Based
openSUSE is a community-developed distribution sponsored by SUSE. It maintains a strict policy of ensuring all code in the installs will be from FOSS solutions.
Distribution | Description |
---|---|
Ubuntu Based
Ubuntu is a distribution based on Debian developed by Canonical who provides commercial support for releases on desktops, servers and IOT devices.
Distribution | Description |
---|---|
Other Independent Distributions
Distribution | Description |
---|---|
NixOS | A distribution built around the Nix package manager, which provides atomic upgrades, rollbacks, and a declarative configuration model. |