This commit is contained in:
JMARyA 2023-12-04 11:02:23 +01:00
commit c5cd492449
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
475 changed files with 27928 additions and 0 deletions
technology/linux

View file

@ -0,0 +1,12 @@
---
website: https://archlinux.org/
obj: os
---
# Arch Linux
Arch is a very minimal [Linux](Linux.md) Distribution. It features many [packages](https://archlinux.org/packages/) installable with [Pacman](../applications/package%20managers/Pacman.md) and a useful [wiki](https://wiki.archlinux.org/). Additional software support is based on the [AUR](https://aur.archlinux.org/)
Installation of Arch Linux is typically done manually following the Wiki. Additionally there are install scripts like this one:
```shell
curl -L matmoul.github.io/archfi | bash
```