Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Arch Linux

From Wikipedia, the free encyclopedia
Rolling release Linux distribution

Linux distribution
Arch Linux
Arch Linux logo, featuring a triangular logo resembling an arch
DeveloperLevente Polyak (lead developer)[1]
OS familyLinux (Unix-like)
Working stateCurrent
Source modelOpen-source
Initial release11 March 2002; 23 years ago (2002-03-11)
Repositorygitlab.archlinux.orgwww.github.com/archlinux
Marketing targetGeneral purpose
Update methodpacman[a]
Package managerpacman, libalpm (back-end)[2]
Platforms
Kernel typeMonolithic (Linux kernel)
UserlandGNU
InfluencedSteamOS,Artix Linux,EndeavourOS,Manjaro,Garuda Linux andothers
Influenced byCRUX,BSD
Default
user interface
Command-line interface (Zsh as the default shell inLive CD orLive USB andBash as the default shell after installation)
LicenseFree software (GNU GPL and other licenses)[7]
Official websitearchlinux.orgEdit this at Wikidata

Arch Linux (/ɑːr/)[8][9][g] is anopen source,rolling releaseLinux distribution. Arch Linux is kept up-to-date by regularly updating the individual pieces of software that it comprises.[10] Arch Linux is intentionally minimal, and is meant to be configured by the user during installation so they may add only what they require.[11]

Arch Linux provides monthly "snapshots" which are used asinstallation media.[12][13]

Pacman, apackage manager written specifically for Arch Linux, is used to install, remove and update software packages.[14] Additionally, theArch User Repository (AUR), which is the community-driven repository for Arch Linux provides packages not included in the official repositories and alternative versions of packages; AUR packages can be downloaded and built manually, or installed through an AUR 'helper'.[15][16]

Arch Linux has comprehensive documentation in the form of a community-runwiki known as the ArchWiki.[17][18][19]

History

[edit]

Inspired byCRUX, 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".[8][20]

Originally only for32-bit x86 CPUs, the firstx86 64 installation ISO was released in April 2006.[21]

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

The migration tosystemd as itsinit system started in August 2012,[23] and it became the default on new installations in October 2012.[24] It replaced theSysV-style init system, used since the distribution's inception.[25]

The end ofi686 support was announced in January 2017, with the February 2017 ISO being the last one including i686[26] and making the architecture unsupported in November 2017.[27] Since then, the community derivative Arch Linux 32[28] 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.[29] This change also led to a new 2-year term period being added to the Project Leader position.[30]

In March 2021, Arch Linux developers were thinking of porting Arch Linux packages tox86_64-v3, roughly correlating to theIntel Haswell era of processors.[31][32]

In April 2021, Arch Linux installation images began including a guided installation script by default.[33]

In late 2021, the Arch Linux developers released Pacman 6.0, which enabled parallel downloads.[34]

In February 2022, the Arch Linux developers began offering debug packages.[35]

In September 2024,Valve partnered with Arch Linux developers to support ongoing development efforts with the focus on build service infrastructure and secure signing enclave.[36]

Repository security

[edit]

Until Pacman version 4.0.0,[37] Arch Linux's package manager lacked support for signed packages.[38] 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.[39] 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 March 2012, every official package is signed.[40] In June 2012, package signing verification became official and is now enabled by default in the installation process.[41][42]

Design and principles

[edit]
Arch Linux booting

Arch is largely based onbinary packages. Packages targetx86-64microprocessors to assist performance on modern hardware. Aports/ebuild-like system is also provided for automated sourcecompilation, known as the Arch build system.[43]

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.[44] This has earned it a reputation as a distribution for "advanced users" who are willing to use thecommand-line interface.[45]

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

Logo

[edit]

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

Installation

[edit]
Screenshot of pacstrap during installation

The Arch Linux website suppliesISO images that may be burned to aCD orUSB drive. Installation can be accomplished manually by following the instructions on the Arch Wiki, or automatically through the use of the included "archinstall" script.[50][51][52] Another command line utility that comes bundled with the installation media, "pacstrap" may be used to install the base system.[42] Installation of additional packages which are not part of the base system can be done with either pacstrap, Pacman after booting (orchrooting) into the new installation, or by specifying packages within the guided archinstall script.[53][54][14]

An example configuration for the guided "archinstall" script.
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.[55] The user canmount their newly formatteddrive partition, and use pacstrap (or Pacman with the appropriatecommand-line switch) to install base and additional packages with the mountpoint of the destination device as theroot 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.[56]

Depending on the selected installation type, further actions may need to be taken before the new system is ready for use. Notable configuration includes the installation of abootloader, configuring the system with ahostname, network connection, language settings, and graphical user interface.[57]

Arch Linux does not schedule releases for specific dates, nor does it provide traditional releases, but instead uses arolling release model. Packages in the main repositories are updated often, with new updates being pushed far quicker when compared toLTS distributions. This style of package management allows users to easily keep systems updated.[58]

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

Package management

[edit]

Pacman

[edit]
Example of pacman usage

All packages are managed through pacman, apackage manager written specifically for Arch Linux.[60] Pacman handles package installation, upgrades, downgrades, removal and features automatic dependency resolution.[61] 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[62][63][64] (forzstd compression), with.pkg placed before this to indicate that it is a Pacman package (giving.pkg.tar.zst);[61]though other compression formats are also valid, such as.pkg.tar.xz.[65]

Packages can be installed viapacman -Spackage name, andpacman -Syu can be used to perform a full system upgrade.[66]

As well as Arch Linux, Pacman is also used for installing packages underMSYS2 (a fork ofCygwin) on Windows.[67]

Repositories

[edit]

The following official binary repositories exist:[68]

  • 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 includeSteam andWine.

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

  • core-testing, with packages forcore.
  • extra-testing, with packages forextra.
  • multilib-testing, with packages formultilib.

Thecore-staging andextra-staging repositories are used for some rebuilds to avoid broken packages intesting. The developers recommend not using these repositories for any reason, stating that any system updating from them will "unquestionably break."[69]

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 fromGNOME before being released intotesting.
  • kde-unstable, which contains packages of a new version ofKDE software before being released intotesting.

Theunstable repository was dropped in July 2008 and most of the packages moved to other repositories.[70] Thecommunity repository was merged withextra in May 2023.[71][72] In addition to the official repositories, there are a number of unofficial user repositories.

The most well-known unofficial repository is theArch 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 asPKGBUILDs. PKGBUILD scripts are executed by themakepkg command, which downloads the necessary files from the software's repository and builds them using the Arch build system.

The Arch Linux repositories contain bothlibre andnonfree software, and the default Arch Linux kernel containsnonfree proprietary blobs, hence the distribution is not endorsed by the GNU project.[73] The linux-libre kernel can be installed from the AUR or by enablingParabola's repositories.

Arch build system (ABS)

[edit]

The Arch build system (ABS) is aports-like source packaging system that compiles source tarballs into binary packages, which are installed via Pacman.[74] The Arch build system provides a directory tree ofshell scripts, calledPKGBUILDs, that enable any and all official Arch packages to be customized and compiled. Rebuilding the entire system using modifiedcompiler flags is also supported by the Arch build system. The Arch build systemmakepkg tool can be used to create custompkg.tar.zst packages from third-party sources. The resulting packages are also installable and trackable via Pacman.[75][76]

Arch User Repository (AUR)

[edit]

In addition to the repositories, the Arch User Repository (AUR) provides user-made PKGBUILD scripts for packages not included within the main repositories. These PKGBUILD scripts simplify building from source by explicitly listing and checking for dependencies and configuring the install to match the Arch architecture.[77] 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.[78]

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

The Arch User Repository provides the community with packages that are not included in the main repositories. Reasons for exclusion from the main repositories 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 proprietaryfreeware such asGoogle Earth andSpotify.
  • 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 software which are very new and thus unstable. Examples include the "firefox-nightly" package, which gives new daily builds of theFirefox web browser.

PKGBUILDs for any software can be contributed by ordinary users.[81] Any PKGBUILD that has 10 or more votes or more than 1% usage frompkgstats can be promoted into theextra repository.[82]

Reproducible builds

[edit]

Arch Linux is working on making all official packagesreproducible.[83] 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 dedicatedstatus page.

Derivatives

[edit]
See also:List of Linux distributions § Arch Linux-based

The Arch Linux wiki maintains its own list of Arch-based distributions.[84]

There are several projects working on porting the Arch Linux ideas and tools to other kernels, includingPacBSD (formerly ArchBSD) andArch Hurd,[85] which are based on theFreeBSD andGNU Hurd kernels, respectively. There is also theArch Linux ARM project, which aims to port Arch Linux toARM-based devices, including theRaspberry 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.[86][87]

SteamOS 3.0, the version of SteamOS used in theSteam Deck byValve, is based on Arch Linux.[88][89]

Reception

[edit]

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

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

Tux Machines reviewed Arch Linux in 2007.[99]

Chris Smart from DistroWatch Weekly wrote a review about Arch Linux in January 2009.[100] DistroWatch Weekly reviewed Arch Linux again in September 2009 and in December 2015.[101][102]

TheLinux kernel developer and maintainerGreg Kroah-Hartman (GKH)[103] has stated that he uses Arch Linux and that it "works really really well". He has also praised theArch Wiki, the distribution'srolling release model, and the feedback loop with the community.[104]

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

See also

[edit]

References and notes

[edit]
  1. ^"Arch Linux - News: The Future of the Arch Linux Project Leader".archlinux.org.Archived from the original on 25 February 2022. Retrieved22 November 2021.
  2. ^"Pacman Home Page".www.archlinux.org.Archived from the original on 26 February 2011. Retrieved9 May 2020.
  3. ^"Arch Linux 32".Arch Linux 32.Archived from the original on 26 January 2021. Retrieved19 June 2021.
  4. ^"Loong Arch Linux".Loong Arch Linux (in Chinese). Retrieved14 January 2024.{{cite web}}: CS1 maint: url-status (link)
  5. ^"ArchPOWER".Arch POWER.Archived from the original on 11 January 2023. Retrieved31 May 2022.
  6. ^"Arch Linux RISC-V".Arch Linux RISC-V.Archived from the original on 24 May 2022. Retrieved31 May 2022.
  7. ^*"Copyright".Pacman Home Page.Archived from the original on 26 February 2011. Retrieved30 July 2020.Pacman is [...] and is licensed through the GNU General Public License, version 2 or later.
  8. ^abAaron Griffin (24 August 2005)."Pronnounciation [sic] of our beloved distribution's name". Osdir.com. Archived fromthe original on 12 February 2012. Retrieved19 October 2009.
  9. ^"Arch terminology - ArchWiki".Arch Linux Wiki.Archived from the original on 3 October 2022. Retrieved3 October 2022.Officially, the 'Arch' in "Arch Linux" is pronounced/ɑːr/ as in an "archer"/bowman, or "arch-nemesis", and not as in "ark" or "archangel".
  10. ^Ivan Jelic (10 March 2010)."Rolling with Arch Linux".LWN.net.Archived from the original on 20 October 2011. Retrieved30 September 2011.
  11. ^"Arch Linux Wiki homepage".wiki.archlinux.org.Archived from the original on 26 April 2022. Retrieved6 July 2022.
  12. ^"Installation guide - ArchWiki".wiki.archlinux.org. Retrieved7 February 2025.
  13. ^"Arch Linux - Downloads".archlinux.org. Retrieved7 February 2025.
  14. ^ab"Pacman Home Page".www.archlinux.org.Archived from the original on 26 February 2011. Retrieved30 October 2019.
  15. ^"Arch User Repository - ArchWiki".wiki.archlinux.org. Retrieved5 December 2024.
  16. ^"AUR helpers - ArchWiki".wiki.archlinux.org. Retrieved5 December 2024.
  17. ^Smith, Jesse (21 December 2015)."Arch Linux - Feature Story".Archived from the original on 12 September 2018. Retrieved17 January 2016.
  18. ^Linton, Susan (17 July 2015)."Debian Project Lead: Snappy and Mir Bad Ideas". OStatic.Archived from the original on 4 February 2017. Retrieved4 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.
  19. ^"The Arch Way | Linux Journal".www.linuxjournal.com.Archived from the original on 30 October 2019. Retrieved30 October 2019.
  20. ^"Interview with Judd Vinet".distrowatch.com.Archived from the original on 8 September 2017. Retrieved30 October 2019.
  21. ^"Arch Linux - News: Official Arch64 install cd available".www.archlinux.org.Archived from the original on 12 June 2018. Retrieved12 May 2019.
  22. ^apeiro (Judd Vinet) (1 October 2007)."Arch Leadership".Arch Linux Forums.Archived from the original on 9 August 2011. Retrieved19 October 2009.
  23. ^Gaudreault, Stéphane (14 August 2012)."Migration to systemd".arch-dev-public (Mailing list).Archived from the original on 20 October 2020. Retrieved24 September 2020.
  24. ^Bächler, Thomas (13 October 2012)."systemd is now the default on new installations".Archived from the original on 15 October 2012. Retrieved24 September 2020.
  25. ^"Archlinux installer 0.1".Archived from the original on 12 November 2020. Retrieved24 September 2020.
  26. ^Bartłomiej Piotrowski (25 January 2017)."Phasing out i686 support".Arch Linux.Archived from the original on 27 January 2017. Retrieved26 January 2017.
  27. ^Bartłomiej Piotrowski (8 November 2017)."The end of i686 support".Arch Linux.Archived from the original on 8 November 2017. Retrieved8 November 2017.
  28. ^"Arch Linux 32".archlinux32.org.Archived from the original on 26 January 2021. Retrieved22 April 2023.
  29. ^"Arch Linux - News: The Future of the Arch Linux Project Leader".www.archlinux.org.Archived from the original on 9 May 2020. Retrieved24 June 2020.
  30. ^"DeveloperWiki:Project Leader - ArchWiki".wiki.archlinux.org.Archived from the original on 26 July 2020. Retrieved24 June 2020.
  31. ^"Arch Linux Developers Discuss Idea Of Providing An x86-64-v3 Port".www.phoronix.com.Archived from the original on 21 November 2021. Retrieved21 November 2021.
  32. ^"Provide a x86_64_v3 microarchitecture level port (!2) · Merge requests · Arch Linux / rfcs".GitLab. 2 March 2021.Archived from the original on 21 November 2021. Retrieved21 November 2021.
  33. ^"Arch Linux - News: Installation medium with installer".archlinux.org.Archived from the original on 1 April 2021. Retrieved1 February 2022.
  34. ^"Update NEWS for pacman-6.0.1 release (d5e2c0a5) · Commits · Pacman / Pacman".GitLab. 4 September 2021.Archived from the original on 3 March 2022. Retrieved3 March 2022.
  35. ^"Arch Linux - News: Debug packages and debuginfod".archlinux.org.Archived from the original on 3 May 2022. Retrieved31 March 2022.
  36. ^"Arch Linux and Valve Collaboration".lists.archlinux.org.Archived from the original on 29 September 2024. Retrieved30 September 2024.
  37. ^"NEWS - pacman.git - The official pacman repository".git.archlinux.org.Archived from the original on 8 March 2021. Retrieved12 May 2019.
  38. ^"FS#5331 : Signed packages".bugs.archlinux.org.Archived from the original on 28 July 2011. Retrieved12 May 2019.
  39. ^"Attacks on Package Managers". cs.arizona.edu. 10 July 2008. Archived fromthe original on 5 September 2010. Retrieved14 September 2010.
  40. ^McRae, Allan (17 December 2011)."Pacman Package Signing – 4: Arch Linux".Archived from the original on 20 February 2012. Retrieved29 February 2012.
  41. ^Gaetan Bisson (4 June 2012)."Having pacman verify packages".Arch Linux.Archived from the original on 6 June 2012. Retrieved4 June 2012.
  42. ^abPierre Schmitz (22 July 2012)."Install media 2012.07.15 released".Arch Linux.Archived from the original on 12 December 2015. Retrieved13 August 2012.
  43. ^Campbell, Alex; Hacker, Tech; PT, PCWorld | (2 November 2016)."5 reasons to opt for a Linux rolling distro vs. a standard release".PCWorld.Archived from the original on 26 July 2020. Retrieved12 May 2019.
  44. ^"The Arch Way".ArchWiki. 9 October 2009.Archived from the original on 18 April 2012. Retrieved18 March 2013.
  45. ^Williams, rew; April 2020, Brian Turner 16."Best Linux distros of 2020: for beginners and advanced users".TechRadar.Archived from the original on 21 April 2020. Retrieved17 April 2020.{{cite web}}: CS1 maint: numeric names: authors list (link)
  46. ^"FS#43302 - [pacman] provide workaround for removing --asroot from makepkg".arch linux.Archived from the original on 4 July 2020. Retrieved4 July 2020.
  47. ^Willard, Travis (22 December 2007)."Arch Linux - News: Logo Contest Results (and Winner!)".www.archlinux.org.Archived from the original on 18 March 2022. Retrieved4 October 2020.
  48. ^Williams, Thayer (2007)."Arch Linux logo submission".pkgbuild.com.Archived from the original on 17 February 2021. Retrieved4 October 2020.
  49. ^Willard, Travis (24 October 2007)."Arch Linux - News: Arch Linux Logo Competition".www.archlinux.org.Archived from the original on 18 March 2022. Retrieved4 October 2020.
  50. ^"archinstall - ArchWiki".wiki.archlinux.org.Archived from the original on 13 April 2021. Retrieved12 April 2021.
  51. ^Nestor, Marius (11 April 2021)."Latest Arch Linux ISO Release Comes with the ArchInstall CLI Guided Installer".9to5Linux.Archived from the original on 23 February 2022. Retrieved23 February 2022.
  52. ^"Arch Linux Now Comes With Easier to Use Guided Installer".MUO. 6 April 2021.Archived from the original on 23 February 2022. Retrieved23 February 2022.
  53. ^"pacman - ArchWiki".wiki.archlinux.org.Archived from the original on 18 August 2017. Retrieved13 September 2019.
  54. ^"General recommendations - ArchWiki".wiki.archlinux.org.Archived from the original on 21 September 2019. Retrieved13 September 2019.
  55. ^"Install From Existing Linux".ArchWiki. 21 November 2009.Archived from the original on 26 January 2013. Retrieved5 December 2009.
  56. ^"Install Arch Linux on a removable medium - ArchWiki".wiki.archlinux.org.Archived from the original on 26 August 2022. Retrieved26 August 2022.
  57. ^"Installation guide - ArchWiki".wiki.archlinux.org.Archived from the original on 8 September 2019. Retrieved13 September 2019.
  58. ^"Arch Linux Review". DVD-Guides.com. 2007.Archived from the original on 14 September 2017. Retrieved13 September 2017.
  59. ^"News".archlinux.org.Archived from the original on 15 August 2018. Retrieved15 August 2018.
  60. ^Eugenia Loli (21 March 2005)."Arch Linux: Why It Rocks". OSNews.Archived from the original on 30 September 2011. Retrieved30 September 2011.
  61. ^ab"pacman".ArchWiki. 6 August 2017.Archived from the original on 18 August 2017. Retrieved20 August 2017.
  62. ^"Arch Linux Nears Roll-Out Of Zstd Compressed Packages For Faster Pacman Installs - Phoronix".www.phoronix.com.Archived from the original on 18 March 2022. Retrieved31 October 2019.
  63. ^Broda, Robin (24 March 2019)."[arch-dev-public] RFC: (devtools) Changing default compression method to zstd".Archived from the original on 21 October 2019. Retrieved31 October 2019.
  64. ^"Arch Linux - News: Required update to recent libarchive".www.archlinux.org.Archived from the original on 21 October 2019. Retrieved31 October 2019.
  65. ^"Pacman: Configuration options for makepkg"Archived 20 January 2021 at theWayback Machine.2021.
  66. ^"Man pages of Pacman".archlinux.org.Archived from the original on 22 June 2022. Retrieved6 July 2022.
  67. ^"Package Management - MSYS2".www.msys2.org.Archived from the original on 1 November 2020. Retrieved11 November 2020.
  68. ^"Official Repositories".ArchWiki.Archived from the original on 18 November 2012. Retrieved23 November 2012.
  69. ^"Official repositories - ArchWiki".wiki.archlinux.org.Archived from the original on 11 January 2023. Retrieved1 February 2022.
  70. ^"Arch Linux Newsletter 08-04-2008".Arch Linux. 4 August 2008. Archived fromthe original on 3 June 2013. Retrieved19 October 2009.
  71. ^Larabel, Michael (16 May 2023)."Arch Linux Prepares For Repository Changes, Discontinuing SVN Access".Phoronix.Archived from the original on 24 May 2023. Retrieved24 May 2023.
  72. ^van der Waa, Jelle (15 May 2023)."Git migration announcement".Arch Linux.Archived from the original on 24 May 2023. Retrieved24 May 2023.
  73. ^"Explaining Why We Don't Endorse Other Systems".GNU Project.Archived from the original on 24 April 2011. Retrieved28 September 2011.
  74. ^"Arch Build System".ArchWiki.Archived from the original on 17 January 2013. Retrieved19 October 2009.
  75. ^"Makepkg".ArchWiki.Archived from the original on 26 January 2013. Retrieved15 February 2013.
  76. ^"Arch Linux - News: Now using Zstandard instead of xz for package compression".www.archlinux.org.Archived from the original on 18 March 2022. Retrieved13 July 2020.
  77. ^"AUR (en) - Home".AUR.Archived from the original on 3 November 2016. Retrieved5 February 2014.
  78. ^Robin Heggelund Hansen (25 March 2008)."Arch Linux: Popular KISS distro – Interview – Part II". Hardware.no.Archived from the original on 2 April 2009. Retrieved19 October 2009.
  79. ^"Using the Arch Build System". library.linode.com. 8 September 2011.Archived from the original on 27 September 2011. Retrieved30 September 2011.
  80. ^Bo Milanovich (8 March 2011)."Arch Linux". linuxdistroreview.com. Archived fromthe original on 21 February 2012. Retrieved30 September 2011.
  81. ^"Arch User Repository - ArchWiki".wiki.archlinux.org.Archived from the original on 14 July 2023. Retrieved11 July 2023.In the AUR, users are able to contribute their own package builds[.]
  82. ^"AUR Trusted User guidelines - ArchWiki".wiki.archlinux.org.Archived from the original on 11 July 2023. Retrieved11 July 2023.
  83. ^"ArchWiki - Reproducible builds".Archived from the original on 23 April 2023. Retrieved26 April 2023.
  84. ^"Arch-based distributions - ArchWiki".wiki.archlinux.org.Archived from the original on 3 January 2022. Retrieved17 December 2023.
  85. ^"Arch Hurd". Arch Hurd.Archived from the original on 26 March 2014. Retrieved25 March 2014.
  86. ^"Arch Linux ARM". Arch Linux ARM.Archived from the original on 28 March 2014. Retrieved25 March 2014.
  87. ^"Arch Linux 32". Arch Linux 32.Archived from the original on 26 January 2021. Retrieved22 October 2020.
  88. ^Duckett, Chris."Steam Deck is an AMD-powered handheld PC from Valve that runs KDE on Arch Linux".ZDNet.Archived from the original on 16 February 2022. Retrieved18 July 2021.
  89. ^Prasad (15 July 2021)."Valve Steam Deck is a handheld gaming PC that runs SteamOS".GSMArena.Archived from the original on 18 July 2021. Retrieved19 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
  90. ^"Introduction to Arch Linux – OSnews".www.osnews.com.Archived from the original on 12 May 2019. Retrieved12 May 2019.
  91. ^"Arch Linux: A Better Distribution – OSnews".www.osnews.com.Archived from the original on 12 May 2019. Retrieved12 May 2019.
  92. ^"Arch Linux: An End To My Distro Shuffle? – OSnews".www.osnews.com.Archived from the original on 12 May 2019. Retrieved12 May 2019.
  93. ^"A Week in the Life of an Arch Linux Newbie – OSnews".www.osnews.com.Archived from the original on 12 May 2019. Retrieved12 May 2019.
  94. ^"Arch Linux: Why It Rocks – OSnews".www.osnews.com.Archived from the original on 12 May 2019. Retrieved12 May 2019.
  95. ^"Watching the Evolution of Arch Linux – OSnews".www.osnews.com.Archived from the original on 12 May 2019. Retrieved12 May 2019.
  96. ^"Arch Linux for Power Users [LWN.net]".lwn.net.Archived from the original on 12 May 2019. Retrieved12 May 2019.
  97. ^"Rolling with Arch Linux [LWN.net]".lwn.net.Archived from the original on 7 February 2019. Retrieved12 May 2019.
  98. ^"The grumpy editor's Arch Linux experience [LWN.net]".lwn.net.Archived from the original on 15 November 2019. Retrieved12 May 2019.
  99. ^Fallen Under the Spell of Arch Voodoo | Tux MachinesArchived 20 June 2018 at theWayback Machine 20 April 2007
  100. ^"Arch Linux in review".distrowatch.com.Archived from the original on 20 June 2018. Retrieved12 May 2019.
  101. ^"A distro odyssey, part 2 - the Arch way".distrowatch.com.Archived from the original on 20 June 2018. Retrieved12 May 2019.
  102. ^"Arch Linux".distrowatch.com.Archived from the original on 12 September 2018. Retrieved12 May 2019.
  103. ^"git.kernel.org - linux/kernel/git/torvalds/linux-2.6.git/blob - MAINT…".archive.is. 13 January 2013. Archived fromthe original on 13 January 2013. Retrieved30 October 2019.
  104. ^"Let's Talk To Linux Kernel Developer Greg Kroah-Hartman - Open Source Summit, 2019".YouTube. 10 September 2019.Archived from the original on 21 December 2021. Retrieved17 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.
  105. ^"DistroWatch.com: Put the fun back into computing. Use Linux, BSD".distrowatch.com.Archived from the original on 31 January 2023. Retrieved31 January 2023.
  106. ^"DistroWatch.com: Put the fun back into computing. Use Linux, BSD".distrowatch.com.Archived from the original on 31 January 2023. Retrieved31 January 2023.
  1. ^Pacman is the official way to update Arch Linux. AUR Helpers andgraphicalapp stores, such as Discover andGNOME Software, are available
  2. ^i686 support is maintained by the Arch Linux 32 project.[3]
  3. ^ARM support is maintained by theArch Linux ARM project.
  4. ^Loongson support is maintained by the Arch Linux Loongson project.[4]
  5. ^PowerPC support is maintained by the ArchPOWER project.[5]
  6. ^RISC-V support is maintained by the Arch Linux RISC-V project.[6]
  7. ^Sometimes referred to as justArch[citation needed]

External links

[edit]
Wikimedia Commons has media related toArch Linux.
Android
LineageOS
Other
Arch
Debian
Ubuntu
Other
Fedora
CentOS Stream
Other
Gentoo
Mandrake
Mandriva
Slackware
SUSE
Other
Discontinued
Android
Arch
Debian
Gentoo
Red Hat/Fedora
Slackware
SUSE
Other
dpkg
RPM
Embedded systems
  • ipkg
Distribution-agnostic
Others (binary)
Others (source)
Front-ends
Related topics
Linux kernel
Controversies
Distributions
Organizations
Adoption
Media
Professional related certifications
Current
Historic
Projects
People
Projects
Retrieved from "https://en.wikipedia.org/w/index.php?title=Arch_Linux&oldid=1282403468"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp