# Arch linux

- [Репозитории](https://guide.kodersha.ru/arch/repo.md)
- [Aura](https://guide.kodersha.ru/arch/repo/aura.md): Утилита для работы с пакетами, которая предоставляет удобный интерфейс для управления как официальными пакетами из репозиториев Arch, так и пользовательскими пакетами из AUR.
- [Flatpak](https://guide.kodersha.ru/arch/repo/flatpak.md): Позволяет устанавливать и запускать приложения в изолированных контейнерах, обеспечивая совместимость между дистрибутивами, автоматическое управление зависимостями и безопасное обновление.
- [Драйвера](https://guide.kodersha.ru/arch/drivers.md)
- [NVIDIA](https://guide.kodersha.ru/arch/drivers/nvidia.md)
- [AMD](https://guide.kodersha.ru/arch/drivers/amd.md)
- [Язык и шрифты](https://guide.kodersha.ru/arch/language.md)
- [После установки](https://guide.kodersha.ru/arch/after-install.md): Первичная настройка
- [Оптимизация](https://guide.kodersha.ru/arch/after-install/optimization.md)
- [Бэкапы](https://guide.kodersha.ru/arch/after-install/timeshift.md): Timeshift - утилита, которая служит для создания и управления резервными снимками (snapshots) файловой системы. Она позволяет восстанавливать систему до предыдущего состояния в случае сбоя или ошибки.
- [Среды рабочего стола](https://guide.kodersha.ru/arch/de.md)
- [GNOME](https://guide.kodersha.ru/arch/de/gnome.md)
- [Терминал](https://guide.kodersha.ru/arch/terminal.md)
- [Команды](https://guide.kodersha.ru/arch/terminal/cmd.md)
- [Расширения](https://guide.kodersha.ru/arch/terminal/ext.md)
- [Игры](https://guide.kodersha.ru/arch/games.md)
- [Разработка](https://guide.kodersha.ru/arch/developer.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.kodersha.ru/arch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
