From Fedora Project Wiki

(Add links from github.com and dnf.readthedocs.org)
Line 13: Line 13:
dnf comes with Fedora since version 18, but dnf can installed by using the YUM Command:
dnf comes with Fedora since version 18, but dnf can installed by using the YUM Command:
<pre># yum install dnf</pre>
<pre># yum install dnf</pre>
As of Fedora 22, yum has been replaced with Dnf and doesn't need to be install.


== Usage ==
== Usage ==

Revision as of 08:17, 16 September 2015

"DNF is the next upcoming major version of Yum, a package manager for RPM-based Linux distributions. It roughly maintains CLI compatibility with Yum and defines strict API for extensions and plugins. Plugins can modify or extend features of DNF or provide additional CLI commands on top of those mentioned below." - dnf manpage

DNF
Echo-package-48px.png

RPM package dnf
Added in Fedora 18, 19 20, 21
Website http://dnf.baseurl.org/

BugsBodhiKoji

Installation

dnf comes with Fedora since version 18, but dnf can installed by using the YUM Command:

# yum install dnf

As of Fedora 22, yum has been replaced with Dnf and doesn't need to be install.

Usage

In the basic methods, dnf can be used almost exactly as YUM:

# sudo dnf search audacity 
# sudo dnf install audacity.x86_64 
# sudo dnf remove audacity 

Documentation

https://github.com/rpm-software-management/dnf/wiki lists two documentation links

1. Documentation Index

2. Command Reference