(Created page with "{{autolang|base=yes}} {{wiki cleanup|English version needed|An English version of this page needs to be translated from another language.}}") |
(Edited the wrong page to make an english page for dnf...this should be better) |
||
Line 1: | Line 1: | ||
{{autolang|base=yes}} | {{autolang|base=yes}} | ||
{{ | |||
"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 | |||
{{Infobox package | |||
| name = DNF | |||
| package_name = dnf | |||
| package_added = Fedora 18, 19 20, 21 | |||
| website =http://dnf.baseurl.org/ | |||
}} | |||
== Installation == | |||
dnf comes with Fedora since version 18, but dnf can installed by using the YUM Command: | |||
<pre># yum install dnf</pre> | |||
== Usage == | |||
In the basic methods, dnf can be used almost exactly as YUM: | |||
<pre># sudo dnf search audacity </pre> | |||
<pre># sudo dnf install audacity.x86_64 </pre> | |||
<pre># sudo dnf remove audacity </pre> |
Revision as of 04:18, 4 February 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 | |
RPM package | dnf
|
Added in | Fedora 18, 19 20, 21 |
Website | http://dnf.baseurl.org/ |
Bugs • Bodhi • Koji |
Installation
dnf comes with Fedora since version 18, but dnf can installed by using the YUM Command:
# yum install dnf
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