Dnf: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
=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>


Line 9: Line 10:
yum install -y dnf
yum install -y dnf
</syntaxhighlight>
</syntaxhighlight>
==From RPM==

Revision as of 05:11, 3 May 2022

Internal

Overview

Installation

With yum

TO PROCESS: https://www.rootusers.com/how-to-install-dnf-package-manager-in-centosrhel/

yum install -y dnf

From RPM