0% found this document useful (0 votes)
163 views21 pages

Arch Linux - Wikipedia

Arch Linux is a rolling-release, general-purpose Linux distribution that emphasizes simplicity and user control, allowing users to install only the packages they need. It uses the Pacman package manager for software management and has extensive community documentation through the ArchWiki. Originally launched in 2002, Arch Linux has evolved to support x86-64 architecture and has inspired various derivatives and projects.

Uploaded by

wenc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
163 views21 pages

Arch Linux - Wikipedia

Arch Linux is a rolling-release, general-purpose Linux distribution that emphasizes simplicity and user control, allowing users to install only the packages they need. It uses the Pacman package manager for software management and has extensive community documentation through the ArchWiki. Originally launched in 2002, Arch Linux has evolved to support x86-64 architecture and has inspired various derivatives and projects.

Uploaded by

wenc
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

Arch Linux

Arch Linux (/ɑːrtʃ/)[7][8] is an independently developed x86-64 general-purpose Linux distribution that strives
to provide the latest stable versions of most software by following a rolling-release model. The default
installation is intentionally minimal so that users can add only the packages they require.[9]

pacman, a package manager written specifically for Arch Linux, is used to install, remove and update software
packages.[10]

Arch Linux uses a rolling release model, meaning it has no major releases. An Arch Linux installation is kept up-
to-date by regularly updating the individual pieces of software that it comprises. The only "releases" are
snapshots of main system components released monthly to provide an up-to-date installation medium.[11]

Arch Linux has comprehensive documentation in the form of a community-run wiki known as the
ArchWiki.[12][13][14]

History

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

Originally only for 32-bit x86 CPUs, the first x86_64 installation ISO was released in April 2006.[16]

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

The migration to systemd as its init system started in August 2012,[18] and it became the default on new
installations in October 2012.[19] It replaced the SysV-style init system, used since the distribution's
inception.[20]

The end of i686 support was announced in January 2017, with the February 2017 ISO being the last one
including i686[21] and making the architecture unsupported in November 2017.[22] Since then, the community
derivative Arch Linux 32[23] can be used for i686 hardware.

On 24 February 2020, Aaron Griffin announced that due to his limited involvement with the project, he would,
after a voting period, transfer control of the project to Levente Polyak.[24] This change also led to a new 2-
year term period being added to the Project Leader position.[25]
In March 2021, Arch Linux developers were thinking of
Arch Linux
porting Arch Linux packages to x86_64-v3, roughly
correlating to the Intel Haswell era of
processors.[26][27]

In April 2021, Arch Linux installation images began


including a guided installation script by default.[28] Developer Levente Polyak (lead
developer)[1]
In late 2021, the Arch Linux developers released
OS family Linux (Unix-like)
Pacman 6.0, which enabled parallel downloads.[29]
Working state Current
In February 2022, the Arch Linux developers began
offering debug packages.[30] Source model Open-source

In September 2024, Valve partnered with Arch Linux Initial release 11 March 2002

developers to support ongoing development efforts


Repository gitlab.archlinux.org (htt
with the focus on build service infrastructure and ps://gitlab.archlinux.or
secure signing enclave.[31] g) www.github.com
/archlinux (https://ww
w.github.com/archlinu
Repository security x)

Until pacman version 4.0.0,[32] Arch Linux's package Marketing target General purpose
manager lacked support for signed packages.[33]
Update method Rolling release
Packages and metadata were not verified for
authenticity by Pacman during the download-install Package manager pacman, libalpm (back-

process. Without package authentication checking, end)[2]

tampered-with or malicious repository mirrors could Platforms x86-64


[34]
compromise the integrity of a system. Pacman 4 i686 (unofficial)[a]
allowed verification of the package database and ARM (unofficial)[b]
packages, but it was disabled by default. In November PowerPC (unofficial)[c]
2011, package signing became mandatory for new RISC-V (unofficial)[d]

package builds, and as of March 2012, every official Kernel type Monolithic (Linux
[35]
package is signed. In June 2012, package signing kernel)
verification became official and is now enabled by
Userland GNU
default in the installation process.[36][37]
Influenced EndeavourOS, Manjaro,
Garuda Linux, Artix
Linux, Antergos
Influenced by CRUX, BSD
Design and principles
Default Command-line interface
Arch is largely based on binary packages. Packages user interface (Zsh as the default shell
target x86-64 microprocessors to assist performance in Live CD or Live USB

on modern hardware. A ports/ebuild-like system is also and Bash as the default


shell after installation)
provided for automated source compilation, known as
the Arch build system.[38] License Free software (GNU
GPL and other
Arch Linux focuses on simplicity of design, meaning that licenses)[6]
the main focus involves creating an environment that is
straightforward and relatively easy for the user to Official website archlinux.org (https://ar
chlinux.org)
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.[39]
This has earned it a reputation as a distribution for "advanced users" who are willing to use the command-line
interface.[40]

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

Installation

Screenshot of pacstrap during installation


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.[37] 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.[42][43][10]

Neofetch output of an Arch Linux


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.[44] 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.[45]

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 and configuring the new system with a system name, network
connection, language settings, and graphical user interface.[46]

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

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

Guided automated install script

An experimental guided installer named archinstall (https://www.github.com/archlinux/archinstall) is


included in all Arch ISO images released since 2021. It allows users to easily install and configure Arch Linux
including drivers, disk partitioning, network configuration, accounts setup, and installation of desktop
environments.[49][50][51]
archinstall

Package management

pacman

Example of pacman usage

All packages are managed using Pacman, a package manager written specifically for Arch Linux.[52] Pacman
handles package installation, upgrades, downgrades, removal and features automatic dependency
resolution.[53] The packages for Arch Linux are obtained from the Arch Linux package tree and are compiled for
the x86-64 architecture.

Pacman typically uses binary packages with a .tar.zst extension,[54][55][56] (for zstd compression), with
.pkg placed before this to indicate that it is a Pacman package (giving .pkg.tar.zst );[53] though
other compression formats are also valid, such as .pkg.tar.xz .[57]

For example, packages can be installed via pacman -S package name , and pacman -Syu can be
used to perform a full system upgrade.[58]

As well as Arch Linux, Pacman is also used for installing packages under MSYS2 (a fork of Cygwin) on
Windows.[59]

Repositories

The following official binary repositories exist:[60]


core, which contains all the packages needed to set up a base system. Packages in this repository include
kernel packages and shell languages.

extra, which holds packages not required for the base system, including desktop environments and programs.

multilib, a centralized repository for x86-64 users to more readily support 32-bit applications in a 64-bit
environment. Packages in this repository include Steam and Wine.

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

core-testing, with packages for core.

extra-testing, with packages for extra.

multilib-testing, with packages for multilib.

The core-staging and extra-staging repositories are used for some rebuilds to avoid broken packages in testing.
The developers recommend not using these repositories for any reason, stating that any system updating from
them will "unquestionably break."[61]

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 the 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.[62]
The community repository was merged with extra in May 2023.[63][64] 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.
The AUR does not host binary packages but instead a collection of build scripts known as PKGBUILDs.
PKGBUILD scripts are executed by the makepkg command, which downloads the necessary files from the
software's repository and builds them using the Arch build system.

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.[65] The linux-libre kernel
can be installed from the AUR or by enabling Parabola's repositories.
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.[66] 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.zst packages from third-party sources.
The resulting packages are also installable and trackable via Pacman.[67][68]

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.[69] 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.[70]

Users can create packages compatible with Pacman using the Arch build system and custom PKGBUILD
scripts.[71] This functionality has helped support the Arch User Repository, which consists of user contributed
packages to supplement the official repositories.[72]

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

Licensing 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 Spotify.

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.

Popularity of the software: rarely used programs have not been added to the official repositories (yet).

Betas or "nightly" versions of the software which are very new and thus unstable. Examples include the
"firefox-nightly" package, which gives new daily builds of the Firefox web browser.

PKGBUILDs for any software can be contributed by ordinary users.[73] Any PKGBUILD that has 10 or more votes
or more than 1% usage from pkgstats (https://pkgstats.archlinux.de/packages) can be promoted into the
extra repository.[74]

Reproducible builds

Arch Linux is working on making all official packages reproducible.[75] This means that when a package is rebuilt
in a different environment it should be bit-by-bit identical. This allows users and researchers to verify the
integrity of the packages found in the official repository. The status of this effort can be monitored on the
dedicated status page (https://reproducible.archlinux.org/) .

Derivatives

There are several projects working on porting the Arch Linux ideas and tools to other kernels, including PacBSD
(formerly ArchBSD) and Arch Hurd,[76] 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.[77][78]

Various distributions are focused on providing an Arch base with an easier install process, such as EndeavourOS,
CachyOS, and Garuda Linux.[79] Manjaro uses its own repositories.[80]

SteamOS 3.0, the version of SteamOS used in the Steam Deck by Valve, is based on Arch Linux.[81][82][83][84]

Logo

The current Arch Linux logo was designed by Thayer Williams[85][86] in 2007 as part of a contest to replace the
previous logo.[87]

Reception

OSNews reviewed Arch Linux in 2002.[88] OSNews also has five later reviews about Arch Linux.[89][90][91][92][93]

LWN.net wrote a review about Arch Linux in 2005.[94] LWN.net also has two later reviews about Arch
Linux.[95][96]

Tux Machines reviewed Arch Linux in 2007.[97]

Chris Smart from DistroWatch Weekly wrote a review about Arch Linux in January 2009.[98] DistroWatch
Weekly reviewed Arch Linux again in September 2009 and in December 2015.[99][100]
The Linux kernel developer and maintainer Greg Kroah-Hartman (GKH)[101] has stated that he uses Arch Linux
and that it "works really really well". He has also praised the Arch Wiki (https://wiki.archlinux.org/) , the
distribution's rolling release model, and the feedback loop with the community.[102]

In a 2023 DistroWatch poll, about half of the responders maintained that they were running either Arch (17%)
or an Arch derivative (30%).[103] As of 2023, Arch also enjoys the highest average rating of any Linux
distribution on DistroWatch with a rating of 9.34.[104]

See also

Comparison of Linux distributions Free and open-source


software portal
List of Linux distributions
Linux portal

Notes

a. i686 support is maintained by the Arch Linux 32 project.[3]

b. ARM support is maintained by the Arch Linux ARM project.

c. PowerPC support is maintained by the ArchPOWER project.[4]

d. RISC-V support is maintained by the Arch Linux RISC-V project.[5]

References

1. "Arch Linux - News: The Future of the Arch Linux Project Leader" (https://www.archlinux.org/news/the
-future-of-the-arch-linux-project-leader/) . archlinux.org. Archived (https://web.archive.org/web/202
20225002704/https://archlinux.org/news/the-future-of-the-arch-linux-project-leader/) from the
original on 25 February 2022. Retrieved 22 November 2021.

2. "Pacman Home Page" (https://www.archlinux.org/pacman/) . www.archlinux.org. Archived (https://we


b.archive.org/web/20110226230942/https://www.archlinux.org/pacman/) from the original on 26
February 2011. Retrieved 9 May 2020.

3. "Arch Linux 32" (https://archlinux32.org/) . Arch Linux 32. Archived (https://web.archive.org/web/2021


0126232521/https://archlinux32.org/) from the original on 26 January 2021. Retrieved 19 June 2021.

4. "ArchPOWER" (https://archlinuxpower.org/) . Arch POWER. Archived (https://web.archive.org/web/20


230111044306/https://archlinuxpower.org/) from the original on 11 January 2023. Retrieved 31 May
2022.
5. "Arch Linux RISC-V" (https://archriscv.felixc.at/) . Arch Linux RISC-V. Archived (https://web.archive.o
rg/web/20220524081947/https://archriscv.felixc.at/) from the original on 24 May 2022. Retrieved
31 May 2022.

6. * "Copyright" (https://www.archlinux.org/pacman/#_copyright) . Pacman Home Page. Archived (http


s://web.archive.org/web/20110226230942/https://www.archlinux.org/pacman/#_copyright) from the
original on 26 February 2011. Retrieved 30 July 2020. "Pacman is [...] and is licensed through the GNU
General Public License, version 2 or later."
"COPYING" (https://git.archlinux.org/arch-install-scripts.git/tree/COPYING) . arch-install-scripts
repository. Archived (https://web.archive.org/web/20210429043806/https://git.archlinux.org/arch
-install-scripts.git/tree/COPYING) from the original on 29 April 2021. Retrieved 30 July 2020.

"About mkinitcpio" (https://git.archlinux.org/mkinitcpio.git/about/) . Archived (https://web.archiv


e.org/web/20210428175638/https://git.archlinux.org/mkinitcpio.git/about/) from the original on
28 April 2021. Retrieved 30 July 2020.

7. Aaron Griffin (24 August 2005). "Pronnounciation [sic] of our beloved distribution's name" (https://web.a
rchive.org/web/20120212212342/https://osdir.com/ml/linux.arch.general/2005-08/msg00253.html) .
Osdir.com. Archived from the original (https://osdir.com/ml/linux.arch.general/2005-08/msg00253.htm
l) on 12 February 2012. Retrieved 19 October 2009.

8. "Arch terminology - ArchWiki" (https://wiki.archlinux.org/title/Arch_terminology#Arch_Linux) . Arch


Linux Wiki. Archived (https://archive.today/20221003173315/https://wiki.archlinux.org/title/Arch_termin
ology%23Arch_Linux) from the original on 3 October 2022. Retrieved 3 October 2022. "Officially, the
'Arch' in "Arch Linux" is pronounced /ɑːrtʃ/ as in an "archer"/bowman, or "arch-nemesis", and not as in
"ark" or "archangel"."

9. "Arch Linux Wiki homepage" (https://wiki.archlinux.org/title/Arch_Linux) . wiki.archlinux.org. Archived


(https://web.archive.org/web/20220426210736/https://wiki.archlinux.org/title/Arch_Linux) from the
original on 26 April 2022. Retrieved 6 July 2022.

10. "Pacman Home Page" (https://www.archlinux.org/pacman/) . www.archlinux.org. Archived (https://we


b.archive.org/web/20110226230942/https://www.archlinux.org/pacman/) from the original on 26
February 2011. Retrieved 30 October 2019.

11. Ivan Jelic (10 March 2010). "Rolling with Arch Linux" (https://lwn.net/Articles/378030/) . LWN.net.
Archived (https://web.archive.org/web/20111020144209/https://lwn.net/Articles/378030/) from the
original on 20 October 2011. Retrieved 30 September 2011.
12. Smith, Jesse (21 December 2015). "Arch Linux - Feature Story" (https://www.distrowatch.com/weekly.ph
p?issue=20151221#arch) . Archived (https://web.archive.org/web/20180912151725/https://distrowatch.c
om/weekly.php?issue=20151221#arch) from the original on 12 September 2018. Retrieved 17 January
2016.

13. Linton, Susan (17 July 2015). "Debian Project Lead: Snappy and Mir Bad Ideas" (https://ostatic.com/blog/
debian-project-lead-snappy-and-mir-bad-ideas) . OStatic. Archived (https://web.archive.org/web/2017
0204171751/https://ostatic.com/blog/debian-project-lead-snappy-and-mir-bad-ideas) from the original
on 4 February 2017. Retrieved 4 February 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."

14. "The Arch Way | Linux Journal" (https://www.linuxjournal.com/content/arch-way) .


www.linuxjournal.com. Archived (https://web.archive.org/web/20191030234557/https://www.linuxjourn
al.com/content/arch-way) from the original on 30 October 2019. Retrieved 30 October 2019.

15. "Interview with Judd Vinet" (https://www.distrowatch.com/dwres.php?resource=interview-arch) .


distrowatch.com. Archived (https://web.archive.org/web/20170908082016/https://distrowatch.com/dw
res.php?resource=interview-arch) from the original on 8 September 2017. Retrieved 30 October 2019.

16. "Arch Linux - News: Official Arch64 install cd available" (https://www.archlinux.org/news/official-arch6


4-install-cd-available/) . www.archlinux.org. Archived (https://web.archive.org/web/20180612141428/
https://www.archlinux.org/news/official-arch64-install-cd-available/) from the original on 12 June
2018. Retrieved 12 May 2019.

17. apeiro (Judd Vinet) (1 October 2007). "Arch Leadership" (https://bbs.archlinux.org/viewtopic.php?id=38


024) . Arch Linux Forums. Archived (https://web.archive.org/web/20110809031930/https://bbs.archlinu
x.org/viewtopic.php?id=38024) from the original on 9 August 2011. Retrieved 19 October 2009.

18. Gaudreault, Stéphane (14 August 2012). "Migration to systemd" (https://lists.archlinux.org/pipermail/arc


h-dev-public/2012-August/023389.html) . arch-dev-public (Mailing list). Archived (https://web.archive.
org/web/20201020112140/https://lists.archlinux.org/pipermail/arch-dev-public/2012-August/023389.ht
ml) from the original on 20 October 2020. Retrieved 24 September 2020.

19. Bächler, Thomas (13 October 2012). "systemd is now the default on new installations" (https://www.archl
inux.org/news/systemd-is-now-the-default-on-new-installations/) . Archived (https://web.archive.org/
web/20121015231822/https://www.archlinux.org/news/systemd-is-now-the-default-on-new-installation
s/) from the original on 15 October 2012. Retrieved 24 September 2020.

20. "Archlinux installer 0.1" (https://archive.archlinux.org/iso/0.1/) . Archived (https://web.archive.org/we


b/20201112021431/https://archive.archlinux.org/iso/0.1/) from the original on 12 November 2020.
Retrieved 24 September 2020.
21. Bartłomiej Piotrowski (25 January 2017). "Phasing out i686 support" (https://www.archlinux.org/news/ph
asing-out-i686-support/) . Arch Linux. Archived (https://web.archive.org/web/20170127233055/http
s://www.archlinux.org/news/phasing-out-i686-support/) from the original on 27 January 2017.
Retrieved 26 January 2017.

22. Bartłomiej Piotrowski (8 November 2017). "The end of i686 support" (https://www.archlinux.org/news/th
e-end-of-i686-support/) . Arch Linux. Archived (https://web.archive.org/web/20171108151619/https://
www.archlinux.org/news/the-end-of-i686-support/) from the original on 8 November 2017. Retrieved
8 November 2017.

23. "Arch Linux 32" (https://archlinux32.org/) . archlinux32.org. Archived (https://web.archive.org/web/20


210126232521/https://archlinux32.org/) from the original on 26 January 2021. Retrieved 22 April 2023.

24. "Arch Linux - News: The Future of the Arch Linux Project Leader" (https://www.archlinux.org/news/the
-future-of-the-arch-linux-project-leader/) . www.archlinux.org. Archived (https://web.archive.org/we
b/20200509182715/https://www.archlinux.org/news/the-future-of-the-arch-linux-project-leader/)
from the original on 9 May 2020. Retrieved 24 June 2020.

25. "DeveloperWiki:Project Leader - ArchWiki" (https://wiki.archlinux.org/index.php/DeveloperWiki:Project_


Leader) . wiki.archlinux.org. Archived (https://web.archive.org/web/20200726075715/https://wiki.arch
linux.org/index.php/DeveloperWiki:Project_Leader) from the original on 26 July 2020. Retrieved
24 June 2020.

26. "Arch Linux Developers Discuss Idea Of Providing An x86-64-v3 Port" (https://www.phoronix.com/scan.
php?page=news_item&px=Arch-Linux-x86-64-v3-Port-RFC) . www.phoronix.com. Archived (https://w
eb.archive.org/web/20211121092257/https://www.phoronix.com/scan.php?page=news_item&px=Arch-Li
nux-x86-64-v3-Port-RFC) from the original on 21 November 2021. Retrieved 21 November 2021.

27. "Provide a x86_64_v3 microarchitecture level port (!2) · Merge requests · Arch Linux / rfcs" (https://gitl
ab.archlinux.org/archlinux/rfcs/-/merge_requests/2) . GitLab. 2 March 2021. Archived (https://web.arc
hive.org/web/20211121092257/https://gitlab.archlinux.org/archlinux/rfcs/-/merge_requests/2) from
the original on 21 November 2021. Retrieved 21 November 2021.

28. "Arch Linux - News: Installation medium with installer" (https://archlinux.org/news/installation-medium-


with-installer/) . archlinux.org. Archived (https://web.archive.org/web/20210401180737/https://archlin
ux.org/news/installation-medium-with-installer/) from the original on 1 April 2021. Retrieved 1 February
2022.
29. "Update NEWS for pacman-6.0.1 release (d5e2c0a5) · Commits · Pacman / Pacman" (https://gitlab.archli
nux.org/pacman/pacman/-/commit/d5e2c0a5512413c8a37437e4b5fe9350121a5963) . GitLab. 4
September 2021. Archived (https://web.archive.org/web/20220303170429/https://gitlab.archlinux.org/
pacman/pacman/-/commit/d5e2c0a5512413c8a37437e4b5fe9350121a5963) from the original on 3
March 2022. Retrieved 3 March 2022.

30. "Arch Linux - News: Debug packages and debuginfod" (https://archlinux.org/news/debug-packages-and-d


ebuginfod/) . archlinux.org. Archived (https://web.archive.org/web/20220503113908/https://archlinux.
org/news/debug-packages-and-debuginfod/) from the original on 3 May 2022. Retrieved 31 March
2022.

31. "Arch Linux and Valve Collaboration" (https://lists.archlinux.org/archives/list/[email protected]


hlinux.org/thread/RIZSKIBDSLY4S5J2E2STNP5DH4XZGJMR/) . lists.archlinux.org. Archived (https://we
b.archive.org/web/20240929194140/https://lists.archlinux.org/archives/list/[email protected]
linux.org/thread/RIZSKIBDSLY4S5J2E2STNP5DH4XZGJMR/) from the original on 29 September 2024.
Retrieved 30 September 2024.

32. "NEWS - pacman.git - The official pacman repository" (https://git.archlinux.org/pacman.git/tree/NEW


S?id=d3d3b861ac2c4ce63c306e00395945bfa3c1b6c6) . git.archlinux.org. Archived (https://web.archiv
e.org/web/20210308124115/https://git.archlinux.org/pacman.git/tree/NEWS?id=d3d3b861ac2c4ce63c3
06e00395945bfa3c1b6c6) from the original on 8 March 2021. Retrieved 12 May 2019.

33. "FS#5331 : Signed packages" (https://bugs.archlinux.org/task/5331) . bugs.archlinux.org. Archived (http


s://web.archive.org/web/20110728064526/https://bugs.archlinux.org/task/5331) from the original on
28 July 2011. Retrieved 12 May 2019.

34. "Attacks on Package Managers" (https://web.archive.org/web/20100905075018/https://www.cs.arizon


a.edu/stork/packagemanagersecurity/attacks-on-package-managers.html) . cs.arizona.edu. 10 July
2008. Archived from the original (https://www.cs.arizona.edu/stork/packagemanagersecurity/attacks-o
n-package-managers.html) on 5 September 2010. Retrieved 14 September 2010.

35. McRae, Allan (17 December 2011). "Pacman Package Signing – 4: Arch Linux" (https://allanmcrae.com/20
11/12/pacman-package-signing-4-arch-linux/) . Archived (https://web.archive.org/web/2012022004162
0/https://allanmcrae.com/2011/12/pacman-package-signing-4-arch-linux/) from the original on 20
February 2012. Retrieved 29 February 2012.

36. Gaetan Bisson (4 June 2012). "Having pacman verify packages" (https://www.archlinux.org/news/having-
pacman-verify-packages/) . Arch Linux. Archived (https://web.archive.org/web/20120606144149/http
s://www.archlinux.org/news/having-pacman-verify-packages/) from the original on 6 June 2012.
Retrieved 4 June 2012.
37. Pierre Schmitz (22 July 2012). "Install media 2012.07.15 released" (https://www.archlinux.org/news/insta
ll-media-20120715-released/) . Arch Linux. Archived (https://web.archive.org/web/20151212141631/http
s://www.archlinux.org/news/install-media-20120715-released/) from the original on 12 December 2015.
Retrieved 13 August 2012.

38. Campbell, Alex; Hacker, Tech; PT, PCWorld | (2 November 2016). "5 reasons to opt for a Linux rolling
distro vs. a standard release" (https://www.pcworld.com/article/3133030/5-reasons-to-opt-for-a-linux-
rolling-distro-vs-a-standard-release.html) . PCWorld. Archived (https://web.archive.org/web/2020072
6084923/https://www.pcworld.com/article/3133030/5-reasons-to-opt-for-a-linux-rolling-distro-vs-a-s
tandard-release.html) from the original on 26 July 2020. Retrieved 12 May 2019.

39. "The Arch Way" (https://wiki.archlinux.org/index.php/The_Arch_Way) . ArchWiki. 9 October 2009.


Archived (https://web.archive.org/web/20120418034916/https://wiki.archlinux.org/index.php/The_Arch
_Way) from the original on 18 April 2012. Retrieved 18 March 2013.

40. Williams, rew; April 2020, Brian Turner 16. "Best Linux distros of 2020: for beginners and advanced users"
(https://www.techradar.com/uk/best/best-linux-distros) . TechRadar. Archived (https://web.archive.or
g/web/20200421233802/https://www.techradar.com/uk/best/best-linux-distros) from the original on
21 April 2020. Retrieved 17 April 2020.

41. "FS#43302 - [pacman] provide workaround for removing --asroot from makepkg" (https://bugs.archlinu
x.org/task/43302) . arch linux. Archived (https://web.archive.org/web/20200704081751/https://bugs.
archlinux.org/task/43302) from the original on 4 July 2020. Retrieved 4 July 2020.

42. "pacman - ArchWiki" (https://wiki.archlinux.org/index.php/Pacman#Installing_packages) .


wiki.archlinux.org. Archived (https://web.archive.org/web/20170818132159/https://wiki.archlinux.org/ind
ex.php/Pacman#Installing_packages) from the original on 18 August 2017. Retrieved 13 September
2019.

43. "General recommendations - ArchWiki" (https://wiki.archlinux.org/index.php/General_recommendation


s) . wiki.archlinux.org. Archived (https://web.archive.org/web/20190921125548/https://wiki.archlinux.or
g/index.php/General_recommendations) from the original on 21 September 2019. Retrieved
13 September 2019.

44. "Install From Existing Linux" (https://wiki.archlinux.org/index.php/Install_From_Existing_Linux) .


ArchWiki. 21 November 2009. Archived (https://web.archive.org/web/20130126020343/https://wiki.arch
linux.org/index.php/Install_from_Existing_Linux) from the original on 26 January 2013. Retrieved
5 December 2009.
45. "Install Arch Linux on a removable medium - ArchWiki" (https://wiki.archlinux.org/title/Install_Arch_Linu
x_on_a_removable_medium#Installation) . wiki.archlinux.org. Archived (https://web.archive.org/web/2
0220826170610/https://wiki.archlinux.org/title/Install_Arch_Linux_on_a_removable_medium#Installatio
n) from the original on 26 August 2022. Retrieved 26 August 2022.

46. "Installation guide - ArchWiki" (https://wiki.archlinux.org/index.php/Installation_guide) .


wiki.archlinux.org. Archived (https://web.archive.org/web/20190908234254/https://wiki.archlinux.org/i
ndex.php/Installation_guide) from the original on 8 September 2019. Retrieved 13 September 2019.

47. "Arch Linux Review" (https://www.dvd-guides.com/dvdguides/index.php/linux-reviews/212-arch-linux-r


eview) . DVD-Guides.com. 2007. Archived (https://web.archive.org/web/20170914035109/https://ww
w.dvd-guides.com/dvdguides/index.php/linux-reviews/212-arch-linux-review) from the original on 14
September 2017. Retrieved 13 September 2017.

48. "News" (https://www.archlinux.org/news/) . archlinux.org. Archived (https://web.archive.org/web/201


80815131414/https://www.archlinux.org/news/) from the original on 15 August 2018. Retrieved
15 August 2018.

49. "archinstall - ArchWiki" (https://wiki.archlinux.org/index.php/Archinstall) . wiki.archlinux.org. Archived


(https://web.archive.org/web/20210413015920/https://wiki.archlinux.org/index.php/Archinstall) from
the original on 13 April 2021. Retrieved 12 April 2021.

50. Nestor, Marius (11 April 2021). "Latest Arch Linux ISO Release Comes with the ArchInstall CLI Guided
Installer" (https://9to5linux.com/latest-arch-linux-iso-release-comes-with-the-archinstall-cli-guided-ins
taller) . 9to5Linux. Archived (https://web.archive.org/web/20220223152041/https://9to5linux.com/lat
est-arch-linux-iso-release-comes-with-the-archinstall-cli-guided-installer) from the original on 23
February 2022. Retrieved 23 February 2022.

51. "Arch Linux Now Comes With Easier to Use Guided Installer" (https://www.makeuseof.com/arch-linux-no
w-comes-with-easier-to-use-guided-installer/) . MUO. 6 April 2021. Archived (https://web.archive.org/
web/20220223152041/https://www.makeuseof.com/arch-linux-now-comes-with-easier-to-use-guided-i
nstaller/) from the original on 23 February 2022. Retrieved 23 February 2022.

52. Eugenia Loli (21 March 2005). "Arch Linux: Why It Rocks" (https://www.osnews.com/story/10047) .
OSNews. Archived (https://web.archive.org/web/20110930134246/https://www.osnews.com/story/100
47) from the original on 30 September 2011. Retrieved 30 September 2011.

53. "pacman" (https://wiki.archlinux.org/index.php/Pacman) . ArchWiki. 6 August 2017. Archived (https://w


eb.archive.org/web/20170818132159/https://wiki.archlinux.org/index.php/Pacman) from the original on
18 August 2017. Retrieved 20 August 2017.
54. "Arch Linux Nears Roll-Out Of Zstd Compressed Packages For Faster Pacman Installs - Phoronix" (http
s://www.phoronix.com/scan.php?page=news_item&px=Arch-Linux-Pacman-Zstd-Near) .
www.phoronix.com. Archived (https://web.archive.org/web/20220318032712/https://www.phoronix.co
m/scan.php?page=news_item&px=Arch-Linux-Pacman-Zstd-Near) from the original on 18 March 2022.
Retrieved 31 October 2019.

55. Broda, Robin (24 March 2019). "[arch-dev-public] RFC: (devtools) Changing default compression method
to zstd" (https://lists.archlinux.org/pipermail/arch-dev-public/2019-March/029520.html) . Archived (h
ttps://web.archive.org/web/20191021234422/https://lists.archlinux.org/pipermail/arch-dev-public/2019
-March/029520.html) from the original on 21 October 2019. Retrieved 31 October 2019.

56. "Arch Linux - News: Required update to recent libarchive" (https://www.archlinux.org/news/required-upd


ate-to-recent-libarchive/) . www.archlinux.org. Archived (https://web.archive.org/web/201910212344
24/https://www.archlinux.org/news/required-update-to-recent-libarchive/) from the original on 21
October 2019. Retrieved 31 October 2019.

57. "Pacman: Configuration options for makepkg" (https://www.archlinux.org/pacman/makepkg.conf.5.html#


_options) Archived (https://web.archive.org/web/20210120134132/https://archlinux.org/pacman/make
pkg.conf.5.html#_options) 20 January 2021 at the Wayback Machine. 2021.

58. "Man pages of Pacman" (https://archlinux.org/pacman/pacman.8.html) . archlinux.org. Archived (http


s://web.archive.org/web/20220622221154/https://archlinux.org/pacman/pacman.8.html) from the
original on 22 June 2022. Retrieved 6 July 2022.

59. "Package Management - MSYS2" (https://www.msys2.org/docs/package-management/) .


www.msys2.org. Archived (https://web.archive.org/web/20201101004322/https://www.msys2.org/doc
s/package-management/) from the original on 1 November 2020. Retrieved 11 November 2020.

60. "Official Repositories" (https://wiki.archlinux.org/index.php/Official_Repositories) . ArchWiki. Archived


(https://web.archive.org/web/20121118092608/https://wiki.archlinux.org/index.php/Official_Repositorie
s) from the original on 18 November 2012. Retrieved 23 November 2012.

61. "Official repositories - ArchWiki" (https://wiki.archlinux.org/title/Official_repositories#Staging_reposito


ries) . wiki.archlinux.org. Archived (https://web.archive.org/web/20230111044308/https://wiki.archlinu
x.org/title/Official_repositories#Staging_repositories) from the original on 11 January 2023. Retrieved
1 February 2022.

62. "Arch Linux Newsletter 08-04-2008" (https://web.archive.org/web/20130603175852/https://www.arch


linux.org/static/magazine/2008/newsletter-2008-Aug-04.html) . Arch Linux. 4 August 2008. Archived
from the original (https://www.archlinux.org/static/magazine/2008/newsletter-2008-Aug-04.html)
on 3 June 2013. Retrieved 19 October 2009.
63. Larabel, Michael (16 May 2023). "Arch Linux Prepares For Repository Changes, Discontinuing SVN
Access" (https://www.phoronix.com/news/Arch-Linux-Discontinues-SVN) . Phoronix. Archived (https://
web.archive.org/web/20230524212743/https://www.phoronix.com/news/Arch-Linux-Discontinues-SV
N) from the original on 24 May 2023. Retrieved 24 May 2023.

64. van der Waa, Jelle (15 May 2023). "Git migration announcement" (https://archlinux.org/news/git-migratio
n-announcement/) . Arch Linux. Archived (https://web.archive.org/web/20230524175827/https://archl
inux.org/news/git-migration-announcement/) from the original on 24 May 2023. Retrieved 24 May
2023.

65. "Explaining Why We Don't Endorse Other Systems" (https://www.gnu.org/distros/common-distros.html#


Arch) . GNU Project. Archived (https://web.archive.org/web/20110424061731/https://www.gnu.org/dis
tros/common-distros.html#Arch) from the original on 24 April 2011. Retrieved 28 September 2011.

66. "Arch Build System" (https://wiki.archlinux.org/index.php/Arch_Build_System) . ArchWiki. Archived (htt


ps://web.archive.org/web/20130117115225/https://wiki.archlinux.org/index.php/Arch_Build_System)
from the original on 17 January 2013. Retrieved 19 October 2009.

67. "Makepkg" (https://wiki.archlinux.org/index.php/Makepkg) . ArchWiki. Archived (https://web.archive.o


rg/web/20130126193508/https://wiki.archlinux.org/index.php/Makepkg) from the original on 26
January 2013. Retrieved 15 February 2013.

68. "Arch Linux - News: Now using Zstandard instead of xz for package compression" (https://www.archlinux.
org/news/now-using-zstandard-instead-of-xz-for-package-compression/) . www.archlinux.org.
Archived (https://web.archive.org/web/20220318032814/https://archlinux.org/news/now-using-zstanda
rd-instead-of-xz-for-package-compression/) from the original on 18 March 2022. Retrieved 13 July
2020.

69. "AUR (en) - Home" (https://aur.archlinux.org/) . AUR. Archived (https://web.archive.org/web/20161103


061025/https://aur.archlinux.org/) from the original on 3 November 2016. Retrieved 5 February 2014.

70. Robin Heggelund Hansen (25 March 2008). "Arch Linux: Popular KISS distro – Interview – Part II" (http
s://www.hardware.no/artikler/aaron_griffin_english/49507/3) . Hardware.no. Archived (https://web.ar
chive.org/web/20090402152123/https://www.hardware.no/artikler/aaron_griffin_english/49507/3)
from the original on 2 April 2009. Retrieved 19 October 2009.

71. "Using the Arch Build System" (https://library.linode.com/using-linux/package-management#sph_using-t


he-arch-build-system-abs) . library.linode.com. 8 September 2011. Archived (https://web.archive.org/we
b/20110927171153/https://library.linode.com/using-linux/package-management#sph_using-the-arch-build
-system-abs) from the original on 27 September 2011. Retrieved 30 September 2011.
72. Bo Milanovich (8 March 2011). "Arch Linux" (https://web.archive.org/web/20120221120510/https://ww
w.linuxdistroreview.com/arch-linux) . linuxdistroreview.com. Archived from the original (https://www.li
nuxdistroreview.com/arch-linux) on 21 February 2012. Retrieved 30 September 2011.

73. "Arch User Repository - ArchWiki" (https://wiki.archlinux.org/title/Arch_User_Repository) .


wiki.archlinux.org. Archived (https://web.archive.org/web/20230714060913/https://wiki.archlinux.org/ti
tle/Arch_User_Repository) from the original on 14 July 2023. Retrieved 11 July 2023. "In the AUR, users
are able to contribute their own package builds[.]"

74. "AUR Trusted User guidelines - ArchWiki" (https://wiki.archlinux.org/title/AUR_Trusted_User_guidelines#


Rules_for_packages_entering_the_extra_repository) . wiki.archlinux.org. Archived (https://web.archiv
e.org/web/20230711123754/https://wiki.archlinux.org/title/AUR_Trusted_User_guidelines#Rules_for_pa
ckages_entering_the_extra_repository) from the original on 11 July 2023. Retrieved 11 July 2023.

75. "ArchWiki - Reproducible builds" (https://wiki.archlinux.org/title/Reproducible_builds) . Archived (http


s://web.archive.org/web/20230423053930/https://wiki.archlinux.org/title/Reproducible_Builds) from
the original on 23 April 2023. Retrieved 26 April 2023.

76. "Arch Hurd" (https://www.archhurd.org) . Arch Hurd. Archived (https://web.archive.org/web/20140326


001005/https://www.archhurd.org/) from the original on 26 March 2014. Retrieved 25 March 2014.

77. "Arch Linux ARM" (https://archlinuxarm.org/) . Arch Linux ARM. Archived (https://web.archive.org/we
b/20140328021825/https://archlinuxarm.org/) from the original on 28 March 2014. Retrieved
25 March 2014.

78. "Arch Linux 32" (https://archlinux32.org/) . Arch Linux 32. Archived (https://web.archive.org/web/2021
0126232521/https://archlinux32.org/) from the original on 26 January 2021. Retrieved 22 October
2020.

79. "Arch-based distributions - ArchWiki" (https://wiki.archlinux.org/title/Arch-based_distributions) .


wiki.archlinux.org. Archived (https://web.archive.org/web/20220103165030/https://wiki.archlinux.org/ti
tle/Arch-based_distributions) from the original on 3 January 2022. Retrieved 17 December 2023.

80. "Manjaro:A Different Kind of Beast" (https://wiki.manjaro.org/index.php/Manjaro:A_Different_Kind_of_B


east) . Manjaro. 22 May 2024. Retrieved 12 August 2024.

81. Duckett, Chris. "Steam Deck is an AMD-powered handheld PC from Valve that runs KDE on Arch Linux" (h
ttps://www.zdnet.com/article/steam-deck-is-an-amd-powered-handheld-pc-from-valve-that-runs-kde-
on-arch-linux/) . ZDNet. Archived (https://web.archive.org/web/20220216094409/https://www.zdne
t.com/article/steam-deck-is-an-amd-powered-handheld-pc-from-valve-that-runs-kde-on-arch-linux/)
from the original on 16 February 2022. Retrieved 18 July 2021.
82. "Valve's handheld console 'The Steam Deck' is heard with an Arch Linux based OS" (https://technosport
s.co.in/2021/07/16/valves-handheld-console-the-steam-deck-is-heard-with-an-arch-linux-based-os/) .
TechnoSports. 16 July 2021. Archived (https://web.archive.org/web/20210718194910/https://technospor
ts.co.in/2021/07/16/valves-handheld-console-the-steam-deck-is-heard-with-an-arch-linux-based-os/)
from the original on 18 July 2021. Retrieved 18 July 2021.

83. Prasad (15 July 2021). "Valve Steam Deck is a handheld gaming PC that runs SteamOS" (https://gsmarena.
com/valve_steam_deck_is_a_handheld_gaming_pc_that_runs_steamos-news-50073.php) . GSMArena.
Archived (https://web.archive.org/web/20210718194912/https://www.gsmarena.com/valve_steam_deck
_is_a_handheld_gaming_pc_that_runs_steamos-news-50073.php) from the original on 18 July 2021.
Retrieved 19 July 2021. "The Steam Deck runs on Valve's SteamOS 3.0. This is primarily based on Arch
Linux and uses the compatibility layer Proton to run games designed for Windows"

84. "Valve has formally announced the Steam Deck, a portable handheld console with SteamOS" (https://w
ww.gamingonlinux.com/2021/07/valve-has-formally-announced-the-steam-deck-a-portable-handheld-c
onsole-with-steamos) . GamingOnLinux. 15 July 2021. Archived (https://web.archive.org/web/202301110
44333/https://www.gamingonlinux.com/2021/07/valve-has-formally-announced-the-steam-deck-a-por
table-handheld-console-with-steamos/) from the original on 11 January 2023. Retrieved 16 July 2021.

85. Willard, Travis (22 December 2007). "Arch Linux - News: Logo Contest Results (and Winner!)" (https://ww
w.archlinux.org/news/logo-contest-results-and-winner/) . www.archlinux.org. Archived (https://web.ar
chive.org/web/20220318032817/https://archlinux.org/news/logo-contest-results-and-winner/) from
the original on 18 March 2022. Retrieved 4 October 2020.

86. Williams, Thayer (2007). "Arch Linux logo submission" (https://pkgbuild.com/~jelle/logo-contest/thayer/


1-archer.png) . pkgbuild.com. Archived (https://web.archive.org/web/20210217141517/https://pkgbuild.c
om/~jelle/logo-contest/thayer/1-archer.png) from the original on 17 February 2021. Retrieved
4 October 2020.

87. Willard, Travis (24 October 2007). "Arch Linux - News: Arch Linux Logo Competition" (https://www.archl
inux.org/news/arch-linux-logo-competition/) . www.archlinux.org. Archived (https://web.archive.org/w
eb/20220318032828/https://archlinux.org/news/arch-linux-logo-competition/) from the original on 18
March 2022. Retrieved 4 October 2020.

88. "Introduction to Arch Linux – OSnews" (https://www.osnews.com/story/2264/) . www.osnews.com.


Archived (https://web.archive.org/web/20190512145539/https://www.osnews.com/story/2264/) from
the original on 12 May 2019. Retrieved 12 May 2019.

89. "Arch Linux: A Better Distribution – OSnews" (https://www.osnews.com/story/4827/) .


www.osnews.com. Archived (https://web.archive.org/web/20190512145607/https://www.osnews.com/s
tory/4827/) from the original on 12 May 2019. Retrieved 12 May 2019.
90. "Arch Linux: An End To My Distro Shuffle? – OSnews" (https://www.osnews.com/story/5971/) .
www.osnews.com. Archived (https://web.archive.org/web/20190512145558/https://www.osnews.com/st
ory/5971/) from the original on 12 May 2019. Retrieved 12 May 2019.

91. "A Week in the Life of an Arch Linux Newbie – OSnews" (https://www.osnews.com/story/9540/) .
www.osnews.com. Archived (https://web.archive.org/web/20190512145538/https://www.osnews.com/st
ory/9540/) from the original on 12 May 2019. Retrieved 12 May 2019.

92. "Arch Linux: Why It Rocks – OSnews" (https://www.osnews.com/story/10047/) . www.osnews.com.


Archived (https://web.archive.org/web/20190512145545/https://www.osnews.com/story/10047/)
from the original on 12 May 2019. Retrieved 12 May 2019.

93. "Watching the Evolution of Arch Linux – OSnews" (https://www.osnews.com/story/15075/) .


www.osnews.com. Archived (https://web.archive.org/web/20190512145541/https://www.osnews.com/st
ory/15075/) from the original on 12 May 2019. Retrieved 12 May 2019.

94. "Arch Linux for Power Users [LWN.net]" (https://lwn.net/Articles/121784/) . lwn.net. Archived (https://
web.archive.org/web/20190512145538/https://lwn.net/Articles/121784/) from the original on 12 May
2019. Retrieved 12 May 2019.

95. "Rolling with Arch Linux [LWN.net]" (https://lwn.net/Articles/378030/) . lwn.net. Archived (https://we
b.archive.org/web/20190207060638/https://lwn.net/Articles/378030/) from the original on 7
February 2019. Retrieved 12 May 2019.

96. "The grumpy editor's Arch Linux experience [LWN.net]" (https://lwn.net/Articles/637341/) . lwn.net.
Archived (https://web.archive.org/web/20191115104016/https://lwn.net/Articles/637341/) from the
original on 15 November 2019. Retrieved 12 May 2019.

97. Fallen Under the Spell of Arch Voodoo | Tux Machines (https://www.tuxmachines.org/node/15527)
Archived (https://web.archive.org/web/20180620181013/https://www.tuxmachines.org/node/15527)
20 June 2018 at the Wayback Machine 20 April 2007

98. "Arch Linux in review" (https://distrowatch.com/weekly.php?issue=20090119#feature) .


distrowatch.com. Archived (https://web.archive.org/web/20180620180740/https://distrowatch.com/we
ekly.php?issue=20090119#feature) from the original on 20 June 2018. Retrieved 12 May 2019.

99. "A distro odyssey, part 2 - the Arch way" (https://distrowatch.com/weekly.php?issue=20090914#featur


e) . distrowatch.com. Archived (https://web.archive.org/web/20180620180908/https://distrowatch.co
m/weekly.php?issue=20090914#feature) from the original on 20 June 2018. Retrieved 12 May 2019.

100. "Arch Linux" (https://distrowatch.com/weekly.php?issue=20151221#arch) . distrowatch.com. Archived


(https://web.archive.org/web/20180912151725/https://distrowatch.com/weekly.php?issue=20151221#arc
h) from the original on 12 September 2018. Retrieved 12 May 2019.
101. "git.kernel.org - linux/kernel/git/torvalds/linux-2.6.git/blob - MAINT…" (https://archive.today/2013011
3061444/https://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=MAINTAINERS) .
archive.is. 13 January 2013. Archived from the original (https://git.kernel.org/?p=linux/kernel/git/torvald
s/linux-2.6.git;a=blob;f=MAINTAINERS) on 13 January 2013. Retrieved 30 October 2019.

102. "Let's Talk To Linux Kernel Developer Greg Kroah-Hartman - Open Source Summit, 2019" (https://www.y
outube.com/watch?v=sDrRvrh16ws&t=1574s) . YouTube. 10 September 2019. Archived (https://ghostar
chive.org/varchive/youtube/20211221/sDrRvrh16ws) from the original on 21 December 2021. Retrieved
17 September 2019. "[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."

103. "DistroWatch.com: Put the fun back into computing. Use Linux, BSD" (https://distrowatch.com/polls.php?
poll=390) . distrowatch.com. Archived (https://web.archive.org/web/20230131211959/https://distrowat
ch.com/polls.php?poll=390) from the original on 31 January 2023. Retrieved 31 January 2023.

104. "DistroWatch.com: Put the fun back into computing. Use Linux, BSD" (https://distrowatch.com/index.ph
p?dataspan=score) . distrowatch.com. Archived (https://web.archive.org/web/20230131211948/https://
distrowatch.com/index.php?dataspan=score) from the original on 31 January 2023. Retrieved
31 January 2023.

External links

Official website (https://archlinux.org)

Arch Linux (https://www.github.com/archlinux/) on GitHub

#archlinux connect (https://web.libera.chat/?channel=#archlinux) on Libera.chat (#archlinuxarm connect (https://w


eb.libera.chat/?channel=#archlinuxarm)
, #archlinux32 connect (https://web.libera.chat/?channel=#archlinux32))

You might also like