# --- Настроить репозитории в sources.list ---
sudo nano /etc/apt/sources.list
# Содержимое файла для Astra Linux 1.8 (Ульяновск):
# deb https://download.astralinux.ru/astra/stable/1.8_x86-64/repository-main/ 1.8_x86-64 main contrib non-free
# deb https://download.astralinux.ru/astra/stable/1.8_x86-64/repository-extended/ 1.8_x86-64 main contrib non-free
# --- Обновить кэш apt ---
sudo apt update
# --- Посмотреть список пакетов, доступных для обновления ---
apt list --upgradable
# --- Установить apt-file ---
sudo apt install apt-file
# --- Обновить кэш apt-file ---
sudo apt-file update
# --- Найти пакет, в который входит утилита pstree ---
apt-file search pstree