mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
dnf-install: sync Russian translation (#22532)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# dnf install
|
||||
|
||||
> Установка пакетов в дистрибутивах на базе Red Hat.
|
||||
> Устанавливать пакеты в дистрибутивах на базе Red Hat.
|
||||
> Больше информации: <https://dnf.readthedocs.io/en/latest/command_ref.html#install-examples>.
|
||||
|
||||
- Установить пакеты по имени:
|
||||
@@ -15,6 +15,10 @@
|
||||
|
||||
`sudo dnf {{[in|install]}} {{https://example.com/package.rpm}}`
|
||||
|
||||
- Добавить репозиторий несвободных пакетов Fedora:
|
||||
|
||||
`sudo dnf {{[in|install]}} https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm`
|
||||
|
||||
- Добавить репозитории Extra Packages for Enterprise Linux (EPEL):
|
||||
|
||||
`sudo dnf {{[in|install]}} https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{10}}.noarch.rpm`
|
||||
|
||||
Reference in New Issue
Block a user