# Обновление системы

{% embed url="<https://plafon.gitbook.io/alt-zero/alt-zero/start/sudo>" %}
Обязательно включаем данный пункт
{% endembed %}

<figure><img src="/files/96hVk1adJJEFztUjV7sB" alt=""><figcaption></figcaption></figure>

### Стандартный метод

```bash
sudo apt-get update
```

```bash
sudo apt-get dist-upgrade
```

```bash
sudo update-kernel
```

```bash
sudo apt-get clean
```

{% hint style="success" %}
При желании, можно перезапустить ПК, когда у вас появится свободная минутка.
{% endhint %}

### EPM

{% embed url="<https://plafon.gitbook.io/alt-zero/start/epm-eepm-help>" %}

```
epm update && epm full-upgrade
```

### Кастомный Alias

{% embed url="<https://plafon.gitbook.io/alt-zero/terminal/alias>" %}

У меня в системе, например, алиас `up`:

```bash
alias up="sudo apt-get update && sudo apt-get dist-upgrade -y && sudo update-kernel && flatpak update -y && sudo apt-get clean"
```

или посредством EPM

```bash
alias up="epm update && epm full-upgrade"
```

{% embed url="<https://plafon.gitbook.io/alt-zero/start/epm-eepm-help>" %}


---

# 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://plafon.gitbook.io/alt-zero/start/upgrade.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.
