knowledge/technology/linux/Arch Linux.md

12 lines
570 B
Markdown
Raw Permalink Normal View History

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