Arch Linux

Arch Linux
Developer Aaron Griffin and others[lower-alpha 1]
OS family Unix-like
Working state Current
Source model Open source
Initial release March 11, 2002 (2002-03-11)
Latest release Rolling release / installation medium 2016.12.01[1]
Marketing target General purpose
Package manager pacman
Platforms IA-32,[lower-alpha 2] x86-64 and ARM[lower-alpha 3]
Kernel type Monolithic (Linux)
Userland GNU
Default user interface CLI
License Free software (GPL and other licenses)[2]
Official website www.archlinux.org

Arch Linux (or Arch /ˈɑːr/)[3] is a Linux distribution for computers based on IA-32 and x86-64 architectures.[4][lower-alpha 2][lower-alpha 3] It is composed predominantly of free and open-source software,[5] and supports community involvement.[6]

The design approach of the development team follows the KISS principle ("keep it simple, stupid") as the general guideline, and focuses on elegance, code correctness, minimalism and simplicity, and expects the user to be willing to make some effort to understand the system's operation.[7] A package manager written specifically for Arch Linux, pacman, is used to install, remove and update software packages.

Arch Linux uses a rolling release model, such that a regular system update is all that is needed to obtain the latest Arch software; the installation images released by the Arch team are simply up-to-date snapshots of the main system components.[8]

Arch Linux has comprehensive documentation in the form of a community wiki, called the ArchWiki.[9][10]

History

Inspired by CRUX, another minimalist distribution, Judd Vinet started Arch Linux in March 2002. 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.[11]

Repository security

Until pacman version 4.0.0[12] Arch Linux's package manager lacked support for signed packages.[13] 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 can compromise the integrity of a system.[14] 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.[15]

In June 2012, package signing verification became official and is now enabled by default in the installation process.[16][17]

Design and principles

Arch is largely based around binary packages. Packages are targeted for IA-32 and 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.

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.[7] This has earned it a reputation as a distribution for "intermediate and advanced Linux users who aren't afraid of the command line".[18]

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[19]

Installation

The Arch Linux website supplies ISO images that can be run from CD or USB. A simple command line script (pacstrap) is used to install the base system.[20] 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.

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.[21] 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.

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.

Package management

Pacman

To facilitate regular package changes, pacman (abbreviated from "package manager") was developed by Judd Vinet to provide Arch with its own package manager able to track dependencies.[22]

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 either IA-32 or x86-64 architectures. It uses binary packages in the tar.xz format,[23] with .pkg placed before this to indicate that it is a pacman package (giving .pkg.tar.xz).[24]

Repositories

Currently, the following official binary repositories exist:[25]

In addition, there also exist testing repositories that 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.

Also, there are a couple 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.[26] 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.


Arch Build System (ABS)

The Arch Build System (ABS) is a ports-like source packaging system that compiles source tarballs into binary packages, which are installed via Pacman.[27] 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.[28]

Arch User Repository (AUR)

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.[29] 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.[30]

Users can create packages compatible with pacman using the Arch Build System and custom PKGBUILD scripts.[31] This functionality has helped support the Arch User Repository, which consists of user contributed packages to supplement the official repositories.[32]

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.

Derivatives

There are multiple distributions which either build on top of Arch Linux or are based on its repositories, including the following:

Versions

Rolling releases

Similar to Gentoo, and unlike other major distributions such as Ubuntu and Fedora, Arch Linux does not schedule releases for specific dates but uses a "rolling release" system, with new packages provided daily. Its package management allows users to keep systems up-to-date easily.[34] Rather than encouraging users to move between discrete releases, Arch Linux releases are simply snapshots of the current set of packages, sometimes with revised installation software. Therefore, it usually makes no difference from which release Arch gets installed if updates are installed afterwards, but occasionally manual interventions are required for certain updates, with instructions posted on the news section of the Arch Linux website.

Monthly updated ISO installation images are released on every first week of a month.[1] It contains the latest software from the stable repositories and stays unchanged until the following month.

Other platforms

There are several projects working on porting the Arch Linux ideas and tools to other kernels, including ArchBSD[35] and Arch Hurd,[36] which are based on the FreeBSD and GNU Hurd kernels respectively. There is also the Arch Linux ARM[37] project, which aims to port Arch Linux to ARM-based devices, including the Raspberry Pi.

See also

Notes

  1. Aaron Griffin is the lead developer of Arch Linux.
  2. 1 2 For IA-32, lowest supported is the P6 (i686) microarchitecture.
  3. 1 2 Support for the ARM architecture is unofficial, provided by an Arch Linux derivative called Arch Linux ARM.

References

  1. 1 2 "Arch Linux - Releases". archlinux.org. Retrieved 2016-12-02.
  2. "Licenses". wiki.archlinux.org. 2011-09-24. Retrieved 2011-10-02.
  3. "Pronnounciation [sic] of our beloved distribution's name". Osdir.com. 2005-08-24. Retrieved 2009-10-19.
  4. "Arch Linux - About". Archlinux.org. Retrieved 2011-09-27.
  5. "Explaining Why We Don't Endorse Other Systems". Gnu.org. Retrieved 2011-09-28.
  6. "Arch Linux". Distrowatch.com. Retrieved 2011-09-28.
  7. 1 2 "The Arch Way". Wiki.archlinux.org. 2009-10-09. Retrieved 2013-03-18.
  8. "Rolling with Arch Linux". lwn.net. 2010-03-10. Retrieved 2011-09-30.
  9. Smith, Jesse (December 21, 2015). "Arch Linux - Feature Story". Retrieved January 17, 2016.
  10. "ArchWiki:About". Arch Linux. Retrieved January 17, 2016.
  11. "Arch Leadership". Arch Linux Forums. Bbs.archlinux.org. Retrieved 2009-10-19.
  12. "Pacman NEWS file as of 4.0.0". Retrieved 2011-10-14.
  13. "FS#5331 - Signed packages". Retrieved 2011-08-07.
  14. "Attacks on Package Managers". cs.arizona.edu. 2008-07-10. Archived from the original on 2010-09-05. Retrieved 2010-09-14.
  15. McRae, Allan (2011-12-17). "Pacman Package Signing – 4: Arch Linux". Retrieved 2012-02-29.
  16. "Having pacman verify packages". Gaetan Bisson. 2012-06-04. Retrieved 2012-06-04.
  17. "Install media 2012.07.15 released". archlinux.org. 2012-07-22. Retrieved 2012-08-13.
  18. "Archlinux". Wiki.polishlinux.org. Retrieved 2009-10-19.
  19. "Archway". phraktured.net. 2007-11-09. Archived from the original on 2015-02-06. Retrieved 2012-01-22.
  20. "News: Install media 2012.07.15 released". archlinux.org. 2012-07-22. Retrieved 2012-08-23.
  21. "Install From Existing Linux". Wiki.archlinux.org. 2009-11-21. Retrieved 2009-12-05.
  22. "Arch Linux: Why It Rocks". osnews.com. 2005-03-21. Retrieved 2011-09-30.
  23. Schmitz, Pierre (2010-03-23). "Switching to xz compression for new packages". Archlinux.org. Archived from the original on 28 March 2010. Retrieved 2010-03-23.
  24. "pacman - ArchWiki". Wiki.archlinux.org. Retrieved 2014-03-25.
  25. "Official Repositories". wiki.archlinux.org. Retrieved 2012-11-23.
  26. "Arch Linux Newsletter 08-04-2008". Archlinux.org. 2008-08-04. Retrieved 2009-10-19.
  27. "Arch Build System". wiki.archlinux.org. Retrieved 2009-10-19.
  28. "Makepkg". wiki.archlinux.org. Retrieved 2013-02-15.
  29. "AUR (en) - Home". Aur.archlinux.org. Retrieved 2014-02-05.
  30. "Arch Linux: Popular KISS distro – Interview – Part II". Hardware.no. Retrieved 2009-10-19.
  31. "Using the Arch Build System". library.linode.com. 2011-09-08. Retrieved 2011-09-30.
  32. "Arch Linux". linuxdistroreview.com. 2011-03-08. Retrieved 2011-09-30.
  33. "Apricity OS Is Clean and Classy | Reviews | LinuxInsider". www.linuxinsider.com. Retrieved 2016-06-18.
  34. "Arch Linux Review". DVD-Guides.com. Archived from the original on February 8, 2013. Retrieved 2009-10-19.
  35. "Arch BSD". Arch BSD. Retrieved 2014-03-25.
  36. "Arch Hurd". Arch Hurd. Retrieved 2014-03-25.
  37. "Arch Linux ARM". Arch Linux ARM. Retrieved 2014-03-25.

External links

Wikimedia Commons has media related to Arch Linux.
This article is issued from Wikipedia - version of the 12/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.