wiki:technical:soft:centos7_repo
Различия
Показаны различия между двумя версиями страницы.
| Следующая версия | Предыдущая версия | ||
| wiki:technical:soft:centos7_repo [2024/10/02 21:32] – создано Diman | wiki:technical:soft:centos7_repo [2025/01/23 15:29] (текущий) – Diman | ||
|---|---|---|---|
| Строка 1: | Строка 1: | ||
| ====== Репозиторий Centos 7 ====== | ====== Репозиторий Centos 7 ====== | ||
| - | < | + | |
| <file bash CentOS-Base.repo> | <file bash CentOS-Base.repo> | ||
| - | <code bash> | ||
| [base] | [base] | ||
| name=CentOS-$releasever - Base | name=CentOS-$releasever - Base | ||
| Строка 31: | Строка 30: | ||
| gpgkey=file:/// | gpgkey=file:/// | ||
| enabled=0 | enabled=0 | ||
| - | </ | + | |
| </ | </ | ||
| + | |||
| + | <code bash> | ||
| + | # | ||
| + | # | ||
| + | # Можно скачать файл | ||
| + | # | ||
| + | curl -s -o / | ||
| + | | ||
| + | |||
| + | # | ||
| + | # Или выполнить команду | ||
| + | # | ||
| + | tee / | ||
| + | [base] | ||
| + | name=CentOS-$releasever - Base | ||
| + | baseurl=https:// | ||
| + | gpgcheck=1 | ||
| + | gpgkey=file:/// | ||
| + | enabled=1 | ||
| + | |||
| + | [updates] | ||
| + | name=CentOS-$releasever - Updates | ||
| + | baseurl=https:// | ||
| + | gpgcheck=1 | ||
| + | gpgkey=file:/// | ||
| + | enabled=1 | ||
| + | |||
| + | [extras] | ||
| + | name=CentOS-$releasever - Extras | ||
| + | baseurl=https:// | ||
| + | gpgcheck=1 | ||
| + | gpgkey=file:/// | ||
| + | enabled=1 | ||
| + | |||
| + | [centosplus] | ||
| + | name=CentOS-$releasever - CentOSPlus | ||
| + | baseurl=https:// | ||
| + | gpgcheck=1 | ||
| + | gpgkey=file:/// | ||
| + | enabled=0 | ||
| + | EOF | ||
| </ | </ | ||
wiki/technical/soft/centos7_repo.1727893944.txt.gz · Последнее изменение: — Diman
