knowledge/technology/linux/Arch Linux.md
2023-12-04 11:02:23 +01:00

12 lines
No EOL
560 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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
```