| Developer | Levente Polyak and others[a] |
|---|---|
| OS family | Unix-like |
| Working state | Current |
| Source model | Open source |
| Initial release | 11 March 2002; 18 years ago |
| Latest release | Rolling release / installation medium 2020.05.01[1] |
| Repository | |
| Marketing target | General purpose |
| Package manager | pacman, libalpm (back-end) [2] |
| Platforms | |
| Kernel type | Monolithic (Linux) |
| Userland | GNU |
| Default user interface | Command-line interface (Bash) |
| License | Free software (GNU GPL and other licenses)[3] |
| Official website | www |
Arch Linux ()[4] is a Linux distribution for computers with x86-64 processors.[5] Arch Linux adheres to five principles: simplicity, modernity, pragmatism, user centrality and versatility. In practice, this means the project attempts to have minimal distribution-specific changes, minimal breakage with updates, pragmatic over ideological design choices, user-friendliness, and minimal bloat.[6]
A package manager written specifically for Arch Linux, Pacman, is used to install, remove and update software packages.[7] Arch Linux uses a rolling release model, meaning there are no "major releases" of completely new versions of the system; a regular system update is all that is needed to obtain the latest Arch software; the installation images released every month by the Arch team are simply up-to-date snapshots of the main system components.[8]
Arch Linux has comprehensive documentation, which consists of a community wiki known as the ArchWiki.[9][10][11]
Inspired by CRUX, another minimalist distribution, Judd Vinet started the Arch Linux project in March 2002. The name was chosen because Vinet liked the word's meaning of "the principal," as in "arch-enemy".[4][12]
Originally only for 32-bit x86 CPUs, the first x86_64 installation ISO was released in April 2006.[13]
Vinet led Arch Linux until 1 October 2007, when he stepped down due to lack of time, transferring control of the project to Aaron Griffin.[14]
On 24 February 2020, Aaron Griffin transferred the control of the project to Levente Polyak.
The end of i686 support was announced in January 2017, with the February 2017 ISO being the last one including i686[15] and making the architecture unsupported in November 2017.[16] Since then, the community derivative Arch Linux 32 can be used for i686 hardware.
Until Pacman version 4.0.0[17], Arch Linux's package manager lacked support for signed packages.[18] Packages and metadata were not verified for authenticity by Pacman during the download-install process. Without package authentication checking, tampered-with or malicious repository mirrors could compromise the integrity of a system.[19] Pacman 4 allowed verification of the package database and packages, but it was disabled by default. In November 2011, package signing became mandatory for new package builds, and as of 21 March 2012, every official package is signed.[20]
In June 2012, package signing verification became official and is now enabled by default in the installation process.[21][22]
Arch is largely based on binary packages. Packages target x86-64 microprocessors to assist performance on modern hardware. A ports/ebuild-like system is also provided for automated source compilation, known as the Arch Build System.[23]
Arch Linux focuses on simplicity of design, meaning that the main focus involves creating an environment that is straightforward and relatively easy for the user to understand directly, rather than providing polished point-and-click style management tools — the package manager, for example, does not have an official graphical front-end. This is largely achieved by encouraging the use of succinctly commented, clean configuration files that are arranged for quick access and editing.[24] This has earned it a reputation as a distribution for "advanced users" who are willing to use the command line.[25]
Relying on complex tools to manage and build your system is going to hurt the end users. [...] "If you try to hide the complexity of the system, you'll end up with a more complex system". Layers of abstraction that serve to hide internals are never a good thing. Instead, the internals should be designed in a way such that they NEED no hiding.
— Aaron Griffin[26]
The Arch Linux website supplies ISO images that can be run from CD or USB. After a user partitions and formats their drive, a simple command line script (pacstrap) is used to install the base system.[22] The installation of additional packages which are not part of the base system (for example, desktop environments), can be done with either pacstrap, or Pacman after booting (or chrooting) into the new installation.[27][28]
An alternative to using CD or USB images for installation is to use the static version of the package manager Pacman, from within another Linux-based operating system.[29] The user can mount their newly formatted drive partition, and use pacstrap (or Pacman with the appropriate command-line switch) to install base and additional packages with the mountpoint of the destination device as the root for its operations. This method is useful when installing Arch Linux onto USB flash drives, or onto a temporarily mounted device which belongs to another system.[citation needed]
Regardless of the selected installation type, further actions need to be taken before the new system is ready for use, most notably by installing a bootloader, creating an initramfs, and configuring the new system.[30]
Arch Linux does not schedule releases for specific dates but uses a "rolling release" system where new packages are provided throughout the day. Its package management allows users to easily keep systems updated.[31]
Occasionally, manual interventions are required for certain updates, with instructions posted on the news section of the Arch Linux website.[32]
Arch Linux's only supported binary platform is x86_64. The Arch package repositories and User Repository (AUR) contain 58,000 binary and source packages, which comes close to Debian Linux's 68,000 packages; however, the two distributions' approaches to packaging differ, making direct comparisons difficult. For example, six out of Arch's 58,000 packages comprise the software Abiword, of which three in the user repository replace the canonical Abiword package with an alternative build type or version (such as sourcing from the latest commit to Abiword's source control repository), whereas Debian installs a single version of Abiword across seven packages.[33] The Arch User Repository also contains a writerperfect package which installs several document format converters, while Debian provides each of the more than 20 converters in its own subpackage.[34]
To facilitate regular package changes, Pacman (a contraction of "package manager") was developed by Judd Vinet to provide Arch with its own package manager to track dependencies.[35] It is written in C.[36]
All packages are managed using the Pacman package manager. Pacman handles package installation, upgrades, removal, and downgrades, and features automatic dependency resolution. The packages for Arch Linux are obtained from the Arch Linux package tree and are compiled for the x86-64 architecture. It uses binary packages in the tar.xz format[37] or tar.zst[38][39][40] (for zstd compression), with .pkg placed before this to indicate that it is a Pacman package (giving .pkg.tar.xz or .pkg.tar.zst).[36]
The following official binary repositories exist:[41]
Additionally, there are testing repositories which include binary package candidates for other repositories. Currently, the following testing repositories exist:
The staging and community-staging repositories are used for some rebuilds to avoid broken packages in testing.
There are also two other repositories that include the newest version of certain desktop environments.
The unstable repository was dropped in July 2008 and most of the packages moved to other repositories.[42] In addition to the official repositories, there are a number of unofficial user repositories.
The most well-known unofficial repository is the Arch User Repository, or AUR, hosted on the Arch Linux site. However, the AUR does not host binary packages, hosting instead a collection of build scripts known as PKGBUILDs.
The Arch Linux repositories contain both libre, and nonfree software, and the default Arch Linux kernel contains nonfree proprietary blobs, hence the distribution is not endorsed by the GNU project.[43]
The Arch Build System (ABS) is a ports-like source packaging system that compiles source tarballs into binary packages, which are installed via Pacman.[44] The Arch Build System provides a directory tree of shell scripts, called PKGBUILDs, that enable any and all official Arch packages to be customized and compiled. Rebuilding the entire system using modified compiler flags is also supported by the Arch Build System. The Arch Build System makepkg tool can be used to create custom pkg.tar.xz packages from third-party sources. The resulting packages are also installable and trackable via Pacman.[45]
In addition to the repositories, the Arch User Repository (AUR) provides user-made PKGBUILD scripts for packages not included in the repositories. These PKGBUILD scripts simplify building from source by explicitly listing and checking for dependencies and configuring the install to match the Arch architecture.[46] Arch User Repository helper programs can further streamline the downloading of PKGBUILD scripts and associated building process. However, this comes at the cost of executing PKGBUILDs not validated by a trusted person; as a result, Arch developers have stated that the utilities for automatic finding, downloading and executing of PKGBUILDs will never be included in the official repositories.[47]
Users can create packages compatible with Pacman using the Arch Build System and custom PKGBUILD scripts.[48] This functionality has helped support the Arch User Repository, which consists of user contributed packages to supplement the official repositories.[49]
The Arch User Repository provides the community with packages that are not included in the repositories. Reasons include:
PKGBUILDs for any software can be contributed by ordinary users and any PKGBUILD that is not confined to the Arch User Repository for policy reasons can be voted into the community repositories.
There are several projects working on porting the Arch Linux ideas and tools to other kernels, including PacBSD (formerly ArchBSD) and Arch Hurd,[50] which are based on the FreeBSD and GNU Hurd kernels, respectively. There is also the Arch Linux ARM project, which aims to port Arch Linux to ARM-based devices, including the Raspberry Pi, as well as the Arch Linux 32 project, which continued support for systems with 32-bit only CPUs after the mainline Arch Linux project dropped support for the architecture in November 2017.[51]
OSNews reviewed Arch Linux in 2002.[52] OSNews also later re-reviewed Arch Linux.[53][54][55][56][57]
LWN.net wrote a review about Arch Linux in 2005.[58] LWN.net also has a later review about Arch Linux.[59][60]
Tux Machines reviewed Arch Linux in 2007.[61]
Chris Smart from DistroWatch Weekly wrote a review about Arch Linux in January 2009.[62] DistroWatch Weekly reviewed Arch Linux again in September 2009 and in December 2015.[63][64]
Linux maintainer Greg Kroah-Hartman[65] has stated in regards to Arch that it "works really really well," further praising the Arch Wiki, and that the distribution stays close to upstream, as well as the feedback loop with the community.[66]
One of the first questions wondered if McGovern was jealous of anything from any other distro. To that he answered Arch's wiki calling it "an absolutely amazing resource" that he himself uses.
[Arch developers'] idea of a constantly rolling, forward-moving system is the way to go. It's neutral, it's community-based, it has everything I need. It works really really well [...] Their Wiki is amazing. The documentation -- it's like one of the best resources out there these days. If you look up any userspace program and how to configure it and use it. Actually, the systemd Arch Wiki pages are one of the most amazing resources out there. [...] One of the main policies of Arch, or philosophies, is you stay as close to the upstream as possible. And as a developer, I want that. They're really good in feedback to the community. Because I want that testing -- I want to make sure that things are fixed. And if it is broken, I learn about it quickly and I fix it and push the stuff out. So that's actually a really good feedback loop.
| Wikimedia Commons has media related to Arch Linux. |