Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Linux Distributions: Difference between revisions

From atl.wiki
(All done adding :D)
(Added more distributions to the List of Linux Distributions.)
Line 1: Line 1:
A Linux distribution (Sometimes abbreviated as a 'distro') consists of some form of the [[Kernel|Linux Kernel]], an init system (Such as systemd), [[GNU]] tools and libraries, documentation, a [[Package manager|Package Manager]] and several other types of software. Often to provide a desktop e<bdi>xperience</bdi> a display server (Such as [[XOrg|Xorg]] or a [[Wayland]] Compositor like Kwin), a [[DE / WM|Desktop Environments or Window Managers]] (Such as [[Gnome|GNOME]]) and other programs may be included with the distribution or are installable from [[Repository (Repo)|Repositories]].
A Linux distribution (Sometimes abbreviated as a 'distro') consists of some form of the [[Kernel|Linux Kernel]], an [[init system]] (Such as systemd), [[GNU]] tools and libraries, documentation, a [[Package manager|Package Manager]] and several other types of software. Often to provide a desktop e<bdi>xperience</bdi> a display server (Such as [[XOrg|Xorg]] or a [[Wayland]] Compositor like Kwin), a [[DE / WM|Desktop Environments or Window Managers]] (Such as [[Gnome|GNOME]]) and other programs may be included with the distribution or are installable from [[Repository (Repo)|Repositories]].


== List of Linux Distributions ==
== List of Linux Distributions ==
Line 11: Line 11:
|[[Arch Linux]]  
|[[Arch Linux]]  
|An independent distribution focused on the KISS ''(Keep It Simple, Stupid)'' principle that focuses on being lightweight and flexible.
|An independent distribution focused on the KISS ''(Keep It Simple, Stupid)'' principle that focuses on being lightweight and flexible.
|-
|[[Manjaro|Manjaro Linux]]
|An arch-based rolling release distribution with a focus on user-friendliness and accessibility. Its aim is to be easy to set up and use.
|}
|}
==== Debian Based ====
==== Debian Based ====
Line 25: Line 28:
|[[Ubuntu]]
|[[Ubuntu]]
|A distribution based on Debian developed by Canonical who provides commercial support for releases on desktops, servers and IOT devices.
|A distribution based on Debian developed by Canonical who provides commercial support for releases on desktops, servers and IOT devices.
|-
|[[ParrotOS]]
|A similar to [[Kali Linux]] distribution, designed for security, privacy, and development. ParrotOS has all the tools that are available in Kali Linux and also adds its own tools.
|}
|}
==== Gentoo Based ====
==== Gentoo Based ====
Line 33: Line 39:
|[[Gentoo]]
|[[Gentoo]]
|A highly flexible source-based distribution designed to have highly optimized and frequently updated software.
|A highly flexible source-based distribution designed to have highly optimized and frequently updated software.
|-
|[[ChromeOS]]
|A locked up operating system developed by Google. It was initially designed to be used on Chromebooks.
|}
|}
==== Red Hat Enterprise Based ====
==== Red Hat Enterprise Based ====
Line 44: Line 53:
|[[Fedora]]  
|[[Fedora]]  
|A community supported distribution sponsored by RHEL. It aims to provide the latest software while maintaining a completely Free Software system.
|A community supported distribution sponsored by RHEL. It aims to provide the latest software while maintaining a completely Free Software system.
|-
|[[Rocky Linux]]
|A community managed distribution designed to be 100% compatible with [[RHEL]]. It aims to provide a production-grade enterprise operating system for users.
|}
|}
==== Slackware Based ====
==== Slackware Based ====
Line 71: Line 83:
|[[Alpine Linux]]
|[[Alpine Linux]]
|An independent distribution centered around security through minimalism. Not only is it used for [[Docker]] containers, but it is entirely free of GNU utilities.
|An independent distribution centered around security through minimalism. Not only is it used for [[Docker]] containers, but it is entirely free of GNU utilities.
|-
|[[Void Linux]]
|A distribution that focuses on quickly installing, updating and removing software, the main feature being support for the musl and glibc implementations.
|}
|}
[[Category:Linux Distributions]]
[[Category:Linux Distributions]]

Revision as of 18:59, 8 June 2024

A Linux distribution (Sometimes abbreviated as a 'distro') consists 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 those that are most popular. For a more comprehensive list of distributions, see Distrowatch or the Wikipedia Article. Distributions are grouped by which distribution they are based on, and those in italics are abandoned.

Arch Based

Distribution Description
Arch Linux An independent distribution focused on the KISS (Keep It Simple, Stupid) principle that focuses on being lightweight and flexible.
Manjaro Linux An arch-based rolling release distribution with a focus on user-friendliness and accessibility. Its aim is to be easy to set up and use.

Debian Based

Distribution Description
Debian An independent distribution developed by the community-supported Debian Project which is developed openly and distributed freely.
Kali Linux A Debian-based distribution made for security auditing and penetration testing. Has multiple versions, all of which serve different discrete purposes - they offer a "full" ISO with all of their security tools available.
Ubuntu A distribution based on Debian developed by Canonical who provides commercial support for releases on desktops, servers and IOT devices.
ParrotOS A similar to Kali Linux distribution, designed for security, privacy, and development. ParrotOS has all the tools that are available in Kali Linux and also adds its own tools.

Gentoo Based

Distribution Description
Gentoo A highly flexible source-based distribution designed to have highly optimized and frequently updated software.
ChromeOS A locked up operating system developed by Google. It was initially designed to be used on Chromebooks.

Red Hat Enterprise Based

Distribution Description
Red Hat Enterprise Linux (RHEL) A commercial - once open to the public and now proprietary [citation] - distribution developed by Red Hat for the enterprise market.
Fedora A community supported distribution sponsored by RHEL. It aims to provide the latest software while maintaining a completely Free Software system.
Rocky Linux A community managed distribution designed to be 100% compatible with RHEL. It aims to provide a production-grade enterprise operating system for users.

Slackware Based

Distribution Description
Slackware A highly customizable distribution that stresses ease of maintenance and reliability over cutting-edge software and automated tools.

openSUSE Based

Distribution Description
openSUSE A community-developed distribution sponsored by SUSE. It maintains a strict policy of ensuring all code in the installations will be from FOSS solutions.

Other Independent Distributions

Distribution Description
NixOS A distribution built around the Nix package manager, which provides atomic upgrades, rollbacks, and a declarative configuration model.
Alpine Linux An independent distribution centered around security through minimalism. Not only is it used for Docker containers, but it is entirely free of GNU utilities.
Void Linux A distribution that focuses on quickly installing, updating and removing software, the main feature being support for the musl and glibc implementations.