This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
управление_по_в_linux [2024/06/29 12:05] val [Snap] |
управление_по_в_linux [2025/01/02 06:34] (current) val [Установка пакета] |
||
---|---|---|---|
Line 18: | Line 18: | ||
* [[Сервис OpenFire#Установка]] сервиса OpenFire (!!! требует JRE) | * [[Сервис OpenFire#Установка]] сервиса OpenFire (!!! требует JRE) | ||
+ | <code> | ||
+ | # dpkg-deb -I gitlab-runner_amd64.deb | ||
+ | ... | ||
+ | Version: NN.N.N-N | ||
+ | ... | ||
+ | |||
+ | # dpkg-deb -i gitlab-runner_amd64.deb | ||
+ | </code> | ||
==== Установленные пакеты ==== | ==== Установленные пакеты ==== | ||
<code> | <code> | ||
Line 56: | Line 64: | ||
</code> | </code> | ||
==== Настройка репозитория ==== | ==== Настройка репозитория ==== | ||
- | |||
- | === Debian 10 === | ||
* [[https://www.debian.org/mirror/list|Мировые серверы-зеркала Debian]] | * [[https://www.debian.org/mirror/list|Мировые серверы-зеркала Debian]] | ||
<code> | <code> | ||
- | # cat /etc/apt/sources.list | + | # apt install netselect-apt |
- | </code><code> | + | |
- | #deb http://deb.debian.org/debian/ buster main contrib non-free | + | # netselect-apt |
- | #deb http://deb.debian.org/debian buster-updates main contrib non-free | + | |
- | deb http://ftp.ru.debian.org/debian/ buster main contrib non-free | + | # less /etc/apt/sources.list |
- | deb http://ftp.ru.debian.org/debian/ buster-updates main contrib non-free | + | |
- | deb http://security.debian.org/ buster/updates main contrib non-free | + | # sed -i -e 's/deb.debian.org/mirror.docker.ru/g' /etc/apt/sources.list |
- | #deb-src http://deb.debian.org/debian buster main contrib non-free | + | # apt update |
- | #deb-src http://deb.debian.org/debian buster-updates main contrib non-free | + | |
- | #deb-src http://security.debian.org/ buster/updates main contrib non-free | + | |
</code> | </code> | ||