This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
управление_по_в_linux [2025/04/21 07:59] 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 | ||
Line 317: | Line 318: | ||
almalinux# systemctl set-default graphical && reboot | almalinux# systemctl set-default graphical && reboot | ||
+ | </code> | ||
+ | |||
+ | ===== APK Alpine Linux ===== | ||
+ | <code> | ||
+ | # apk update | ||
+ | |||
+ | # apk search git | ||
+ | |||
+ | # apk add --no-cache git | ||
+ | |||
+ | # rm -rf /var/cache/apk/* | ||
</code> | </code> | ||