mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
dnf-install: add non-free repo example (#22398)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
|
||||
`sudo dnf {{[in|install]}} {{https://example.com/package.rpm}}`
|
||||
|
||||
- Add the Fedora non-free packages repository:
|
||||
|
||||
`sudo dnf {{[in|install]}} https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm`
|
||||
|
||||
- Add the Extra Packages for Enterprise Linux (EPEL) repositories:
|
||||
|
||||
`sudo dnf {{[in|install]}} https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{10}}.noarch.rpm`
|
||||
|
||||
Reference in New Issue
Block a user