Dnf: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
=Internal= | =Internal= | ||
* [[yum]] | * [[yum]] | ||
* [[microdnf]] | |||
=Overview= | =Overview= | ||
Dandified YUM (DNF) is the next upcoming major version of yum. | |||
=Installation= | =Installation= | ||
Line 14: | Line 18: | ||
==From RPM== | ==From RPM== | ||
=Operations= | |||
==Install== | |||
<syntaxhighlight lang='bash'> | |||
dnf install -y 'dnf-command(config-manager)' | |||
dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo | |||
dnf install -y gh | |||
</syntaxhighlight> |
Latest revision as of 23:19, 4 May 2022
External
Internal
Overview
Dandified YUM (DNF) is the next upcoming major version of yum.
Installation
With yum
TO PROCESS: https://www.rootusers.com/how-to-install-dnf-package-manager-in-centosrhel/
yum install -y dnf
From RPM
Operations
Install
dnf install -y 'dnf-command(config-manager)'
dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
dnf install -y gh