Dnf: Difference between revisions

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