Dnf: Difference between revisions
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://github.com/rpm-software-management/dnf | |||
=Internal= | =Internal= | ||
* [[yum]] | * [[yum]] | ||
* [[microdnf]] | |||
=Overview= | =Overview= | ||
Dandified YUM (DNF) is the next upcoming major version of yum. | |||
=Installation= | =Installation= | ||
==With <tt>yum</tt>== | |||
<font color=darkkhaki>TO PROCESS: https://www.rootusers.com/how-to-install-dnf-package-manager-in-centosrhel/</font> | <font color=darkkhaki>TO PROCESS: https://www.rootusers.com/how-to-install-dnf-package-manager-in-centosrhel/</font> | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
yum install -y dnf | yum install -y dnf | ||
</syntaxhighlight> | |||
==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> | </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