> For the complete documentation index, see [llms.txt](https://kodersha.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kodersha.gitbook.io/guide/arch/repo/aura.md).

# Aura

[Aura](https://github.com/fosskers/aura) позиционируется как продвинутая альтернатива `pacman`, с поддержкой дополнительных возможностей для работы с AUR.

{% hint style="info" %}
Пользовательский репозиторий [AUR](https://aur.archlinux.org/packages) (Arch User Repository) - поддерживаемое сообществом хранилище пакетов для пользователей Arch.
{% endhint %}

{% hint style="warning" %}
В дальнейшем руководстве по Arch linux я использую именно `aura` для установки и удаления тех или иных пакетов.
{% endhint %}

### Установка

{% code overflow="wrap" %}

```bash
sudo pacman -S --needed base-devel git && git clone https://aur.archlinux.org/aura.git && cd aura && makepkg -s && sudo pacman -U aura-*.pkg.tar.zst && cd .. && rm -rf aura
```

{% endcode %}

{% content-ref url="/pages/Z9Dor7Tz7FStFZBfzLCx" %}
[Команды](/guide/arch/terminal/cmd.md)
{% endcontent-ref %}
