Различия
Показаны различия между двумя версиями страницы.
Предыдущая версия справа и слеваПредыдущая версия | |
open:tech:admin:install:astra [2025/03/03 13:11] – [0. Установка новых репозиториев] artemiy.polyakov | open:tech:admin:install:astra [2025/03/31 10:34] (текущий) – [0. Установка новых репозиториев] artemiy.polyakov |
---|
В связи с тем, что у Astra устаревшие пакеты в репозиториях, нужно поставить сторонние репозитории и старые закомментировать поставив в начале #, либо самим поставить нужные пакеты локально через носитель. Для примера поставим репозитории Debian в /etc/apt/sources.list: | В связи с тем, что у Astra устаревшие пакеты в репозиториях, нужно поставить сторонние репозитории и старые закомментировать поставив в начале #, либо самим поставить нужные пакеты локально через носитель. Для примера поставим репозитории Debian в /etc/apt/sources.list: |
| |
<code>deb http://deb.debian.org/debian/ stretch main contrib non-free | <code>deb [trusted=yes] http://deb.debian.org/debian/ stretch main contrib non-free |
deb-src http://deb.debian.org/debian/ stretch main contrib non-free | deb-src [trusted=yes] http://deb.debian.org/debian/ stretch main contrib non-free |
| |
deb http://deb.debian.org/debian/ stretch-updates main contrib non-free | deb [trusted=yes] http://deb.debian.org/debian/ stretch-updates main contrib non-free |
deb-src http://deb.debian.org/debian/ stretch-updates main contrib non-free | deb-src [trusted=yes] http://deb.debian.org/debian/ stretch-updates main contrib non-free |
| |
deb http://security.debian.org/debian-security/ stretch/updates main contrib non-free | deb [trusted=yes] http://security.debian.org/debian-security/ stretch/updates main contrib non-free |
deb-src http://security.debian.org/debian-security/ stretch/updates main contrib non-free</code> | deb-src [trusted=yes] http://security.debian.org/debian-security/ stretch/updates main contrib non-free</code> |
| |
| |