This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
управление_по_в_linux [2025/06/08 09:19] val |
управление_по_в_linux [2025/08/14 09:26] (current) val [Настройка репозитория] |
||
---|---|---|---|
Line 4: | Line 4: | ||
* [[Выбор дистрибутива Linux]] | * [[Выбор дистрибутива Linux]] | ||
+ | * [[https://wiki.alpinelinux.org/wiki/Comparison_with_other_distros|Comparison distros]] | ||
===== DPKG ===== | ===== DPKG ===== | ||
Line 66: | Line 67: | ||
* [[https://www.debian.org/mirror/list|Мировые серверы-зеркала Debian]] | * [[https://www.debian.org/mirror/list|Мировые серверы-зеркала Debian]] | ||
- | * [[https://wiki.debian.org/SourcesList#Component]] main contrib non-free non-free-firmware | + | * [[https://wiki.debian.org/SourcesList#Component]] **main contrib non-free non-free-firmware** |
<code> | <code> | ||
# apt install netselect-apt | # apt install netselect-apt | ||
+ | # cd /etc/apt/; netselect-apt | ||
- | # netselect-apt | + | или |
# less /etc/apt/sources.list | # less /etc/apt/sources.list | ||
- | |||
# sed -i -e 's/deb.debian.org/mirror.docker.ru/g' /etc/apt/sources.list | # sed -i -e 's/deb.debian.org/mirror.docker.ru/g' /etc/apt/sources.list | ||