Jump to content

Arch Linux: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Tags: Mobile edit Mobile app edit
m Version update
Line 9: Line 9:
| released = {{Start date and age|2002|03|11}}
| released = {{Start date and age|2002|03|11}}
| latest release version = [[Rolling release]]
| latest release version = [[Rolling release]]
| latest release date = installation medium 2017.12.01<ref name="archlinux-downloads">{{cite web
| latest release date = installation medium 2018.01.01<ref name="archlinux-downloads">{{cite web
| url = https://www.archlinux.org/download/
| url = https://www.archlinux.org/download/
| title = Arch Linux - Releases
| title = Arch Linux - Releases
| accessdate = 2017-11-04
| accessdate = 2018-01-10
| website = archlinux.org
| website = archlinux.org
}}</ref>
}}</ref>

Revision as of 08:42, 10 January 2018

Arch Linux
File:Arch Linux logo.svg
DeveloperAaron Griffin and others[a]
OS familyUnix-like
Working stateCurrent
Source modelOpen source
Initial releaseMarch 11, 2002; 22 years ago (2002-03-11)
Latest releaseRolling release / installation medium 2018.01.01[1]
Repository
Marketing targetGeneral purpose
Package managerpacman
Platforms
Kernel typeMonolithic (Linux)
UserlandGNU
Default
user interface
CLI
LicenseFree software (GPL and other licenses)[2]
Official websitewww.archlinux.org

Arch Linux (or Arch /ɑːr/)[3] is a Linux distribution for computers based on x86-64 architectures.[4]

Arch Linux 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][11] The wiki is widely regarded among the Linux community and ecosystem for often having the most recent information on a specific topic and being applicable beyond Arch Linux.[12]

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

Originally only for 32-bit x86 CPUs, the first x86_64 installation ISO was released in April 2006.[14] 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]

Repository security

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 can 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]

Design and principles

Arch is largely based around 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.

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".[23]

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

Installation

The Arch Linux website supplies ISO images that can be run from CD or USB. After a user formats and partitions 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.

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.[25] 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 (The Arch Package Manager, acronym over "package manager") was developed by Judd Vinet to provide Arch with its own package manager able to track dependencies.[26] It is written in C.[27]

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,[28] with .pkg placed before this to indicate that it is a pacman package (giving .pkg.tar.xz).[27]

Repositories

The following official binary repositories exist:[29]

  • core, which contains all the packages needed to set up a base system
  • extra, which holds packages not required for the base system, including desktop environments and programs
  • community, which contains packages built and voted on by the community; includes packages that have sufficient votes and have been adopted by a "trusted user".
  • multilib, a centralized repository for x86_64 users to more readily support 32-bit applications in a 64-bit environment.

Additionally there are testing repositories which include binary package candidates for other repositories. Currently, the following testing repositories exist:

  • testing, with packages for core and extra.
  • community-testing, with packages for community.
  • multilib-testing, with packages for multilib.

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.

  • gnome-unstable, which contains packages of a new version of software from GNOME before being released into testing.
  • kde-unstable, which contains packages of a new version of KDE software before being released into testing.

The unstable repository was dropped in July 2008 and most of the packages moved to other repositories.[30] 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.[31] 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.[32]

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.[33] 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.[34]

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

The Arch User Repository provides the community with packages that are not included in the repositories. Reasons include:

  • License issues: software that cannot be redistributed, but is free to use, can be included in the Arch User Repository since all that is hosted by the Arch Linux website is a shell script that downloads the actual software from elsewhere. Examples include proprietary freeware such as Google Earth and RealPlayer.
  • Modified official packages: the Arch User Repository also contains many variations on the official packaging as well as beta versions of software that is contained within the repositories as stable releases.
  • Rarity of the software: rarely used programs have not been added to the official repositories (yet).
  • Betas or "nightly" versions of software which are new yet unstable. Examples include the firefox-nightly, which is a package which gives new daily builds of the Firefox browser.

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:

Name Kernel Hardware arch Default userland Descriptions
Anarchy Linux (formerly Arch Anywhere) Generic Linux kernel x64 Text mode Performs a classic arch installation using a text-based interface. It is also possible to select between several desktop variants and additional software.[37][38]
Antergos Generic Linux kernel x64 GNOME a successor of Cinnarch that offers a graphical installer; uses the stock Arch Linux repositories along its own.
Arch Hurd GNU Hurd Unknown Text mode an Arch derivative using a different kernel, GNU Hurd
Arch Linux 32 Generic Linux kernel i686 (32-bit x86) Text mode a community-supported continuation of i686. Created in 2017 when official support for i686 was discontinued.
Arch Linux ARM Generic Linux kernel ARM Text mode an Arch Linux derivative that tries to port the distribution to many ARM computers, originated from the developers at ArchMobile and PlugApps. It has been ported to some ARMv5, ARMv6, ARMv7 and ARMv8 devices, such as BeagleBoard, CuBox-i, PandaBoard, Raspberry Pi, and TrimSlice
ArchBang Generic Linux kernel x64 Openbox A variant that uses Openbox as the desktop environment and emphasizes speed; uses the stock Arch Linux repositories.
Arch XFerience Generic Linux kernel x64 Xfce Arch Linux based distro built for usability, simplicity & stability[39]
Artix Linux Generic Linux kernel x64 LXQt, I3 A fork of Arch Linux with different init systems. It uses OpenRC by default, with support for S6 and runit.[40]
ArchMerge Generic Linux kernel x64 Xfce Intended to help users learn the Arch Linux ecosystem. Full-featured destktop OS. ArchMergeD is a minimal distro that allows users to build their own system on an Arch base.[41]
BBQLinux Generic Linux kernel x64 Cinnamon a specialized variant for Android developers, bundled with tools and utilities needed to build AOSP or AOSP-based distributions like CyanogenMod or OmniROM.[42]
BlackArch Linux Generic Linux kernel x64, ARM Fluxbox A penetration testing distribution, used by security and forensic specialists.
Chakra Linux Generic Linux kernel x64 Qt Originally derived from Arch Linux, with the latest KDE. For now uses the pacman utility for package management. Strives to be Qt-only.
Condres OS Gnu/Linux Generic Linux kernel x64, x86 GNOME, MATE, Cinnamon, KDE Official Apricity OS fork - uses Arch repositories, package manager Pamac, PushBullet, BTSync, ICE SSB manager, and modified GNOME, Mate, Cinnamon and KDE desktop environments.[43]
KaOS Generic Linux kernel x64 Qt An independent distribution focused on Qt, that follows the latest innovations, always shipping the most up to date there is available for the Plasma Desktop.[44]
LinHES Generic Linux kernel x64 Enlightenment Linux Home Entertainment Server, Designed for use on home theater PCs (HTPCs), providing applications for recording TV and acting as a sound and video center
Manjaro Generic Linux kernel x64 Xfce an Arch Linux-based distribution with a graphical installer, additional GUI tools for package management and system tuning; provides many preconfigured popular desktop environments; updates from own package repository, that is delayed for stability reasons.
PacBSD BSD Unknown Unknown a FreeBSD derivative, which builds on top of the package system of Arch Linux
Parabola Linux-libre x64, ARMv7 MATE An Arch community-driven distribution that is fully conformant with the GNU Free System Distribution Guidelines, uses the Linux-libre kernel and excludes blobs including firmware normally found in Arch

Versions

Rolling releases

Similar to Tumbleweed and Gentoo, and unlike other major distributions such as Debian, Ubuntu, or Fedora, Arch Linux does not schedule releases for specific dates but uses a "rolling release" system, with new packages provided throughout the day. Its package management allows users to easily keep systems updated.[45]

Monthly updated ISO installation images are released on every first week of a month.[1] They contain the latest software from the stable repositories and stay unchanged until the following month. In most cases, older versions of the installation image may be used to install Arch Linux. Since the software is downloaded over the internet, a fresh installation always contains the newest software, although an update to the keys may be necessary in order to verify the software.

Occasionally, manual interventions are required for certain updates, with instructions posted on the news section of the Arch Linux website.

Other platforms

There are several projects working on porting the Arch Linux ideas and tools to other kernels, including PacBSD (formerly ArchBSD)[46] and Arch Hurd,[47] which are based on the FreeBSD and GNU Hurd kernels respectively. There is also the Arch Linux ARM[48] 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. ^ i686 support is maintained by the Arch Linux 32 project.
  3. ^ ARM support is maintained by the Arch Linux ARM project.

References

  1. ^ a b "Arch Linux - Releases". archlinux.org. Retrieved 2018-01-10.
  2. ^ "Licenses". ArchWiki. 2011-09-24. Retrieved 2011-10-02.
  3. ^ Aaron Griffin (2005-08-24). "Pronnounciation [sic] of our beloved distribution's name". Osdir.com. Retrieved 2009-10-19.
  4. ^ "About". Arch Linux. Retrieved 2011-09-27.
  5. ^ "Explaining Why We Don't Endorse Other Systems". GNU Project. Retrieved 2011-09-28.
  6. ^ "Arch Linux". DistroWatch. Retrieved 2011-09-28.
  7. ^ a b "The Arch Way". ArchWiki. 2009-10-09. Retrieved 2013-03-18.
  8. ^ Ivan Jelic (2010-03-10). "Rolling with Arch Linux". LWN.net. Retrieved 2011-09-30.
  9. ^ Smith, Jesse (December 21, 2015). "Arch Linux - Feature Story". Retrieved January 17, 2016.
  10. ^ "ArchWiki:About". ArchWiki. Arch Linux. Retrieved January 17, 2016.
  11. ^ Linton, Susan (July 17, 2015). "Debian Project Lead: Snappy and Mir Bad Ideas". OStatic. Retrieved February 4, 2017. 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.
  12. ^ "The Arch Linux wiki is awesome and I would like to thank it's contributors • r/linux". reddit. Retrieved 2017-08-09.
  13. ^ apeiro (Judd Vinet) (2007-10-01). "Arch Leadership". Arch Linux Forums. Retrieved 2009-10-19.
  14. ^ Jason Chu (2006-04-12). "Official Arch64 install cd available". Arch Linux.
  15. ^ Bartłomiej Piotrowski (2017-01-25). "Phasing out i686 support". Arch Linux.
  16. ^ Bartłomiej Piotrowski (2017-11-08). "The end of i686 support". Arch Linux.
  17. ^ "Pacman NEWS file as of 4.0.0". Retrieved 2011-10-14.
  18. ^ "FS#5331 - Signed packages". Retrieved 2011-08-07.
  19. ^ "Attacks on Package Managers". cs.arizona.edu. 2008-07-10. Archived from the original on 2010-09-05. Retrieved 2010-09-14. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  20. ^ McRae, Allan (2011-12-17). "Pacman Package Signing – 4: Arch Linux". Retrieved 2012-02-29.
  21. ^ Gaetan Bisson (2012-06-04). "Having pacman verify packages". Arch Linux. Retrieved 2012-06-04.
  22. ^ a b Pierre Schmitz (2012-07-22). "Install media 2012.07.15 released". Arch Linux. Retrieved 2012-08-13.
  23. ^ "Archlinux". Wiki.polishlinux.org. Retrieved 2009-10-19.
  24. ^ Aaron Griffin (2007-11-09). "Archway". phraktured.net. Archived from the original on 2015-02-06. Retrieved 2012-01-22. {{cite web}}: Unknown parameter |dead-url= ignored (|url-status= suggested) (help)
  25. ^ "Install From Existing Linux". ArchWiki. 2009-11-21. Retrieved 2009-12-05.
  26. ^ Eugenia Loli (2005-03-21). "Arch Linux: Why It Rocks". OSNews. Retrieved 2011-09-30.
  27. ^ a b "pacman". ArchWiki. 6 August 2017. Retrieved 20 August 2017.
  28. ^ Schmitz, Pierre (2010-03-23). "Switching to xz compression for new packages". Arch Linux. Archived from the original on 28 March 2010. Retrieved 2017-09-12. {{cite web}}: Unknown parameter |deadurl= ignored (|url-status= suggested) (help)
  29. ^ "Official Repositories". ArchWiki. Retrieved 2012-11-23.
  30. ^ "Arch Linux Newsletter 08-04-2008". Arch Linux. 2008-08-04. Archived from the original on 2013-06-03. Retrieved 2009-10-19.
  31. ^ "Arch Build System". ArchWiki. Retrieved 2009-10-19.
  32. ^ "Makepkg". ArchWiki. Retrieved 2013-02-15.
  33. ^ "AUR (en) - Home". AUR. Retrieved 2014-02-05.
  34. ^ Robin Heggelund Hansen (25 March 2008). "Arch Linux: Popular KISS distro – Interview – Part II". Hardware.no. Retrieved 2009-10-19.
  35. ^ "Using the Arch Build System". library.linode.com. 2011-09-08. Retrieved 2011-09-30.
  36. ^ Bo Milanovich (2011-03-08). "Arch Linux". linuxdistroreview.com. Archived from the original on 2012-02-21. Retrieved 2011-09-30.
  37. ^ https://arch-anywhere.org/
  38. ^ https://github.com/deadhead420/arch-linux-anywhere
  39. ^ sourceforge:projects/arch-xferience/
  40. ^ https://artixlinux.org/
  41. ^ "ArchMerge | Linux Made Easy and Beautiful". archmerge.info. Retrieved 2017-12-21.
  42. ^ https://bbqlinux.sourceforge.io
  43. ^ https://condresos.codelinsoft.it
  44. ^ https://kaosx.us/
  45. ^ "Arch Linux Review". DVD-Guides.com. 2007. Retrieved 2017-09-13.
  46. ^ "Arch BSD". Arch BSD. Retrieved 2014-03-25.
  47. ^ "Arch Hurd". Arch Hurd. Retrieved 2014-03-25.
  48. ^ "Arch Linux ARM". Arch Linux ARM. Retrieved 2014-03-25.

External links