Go to file
Radek Holy 7bdc9e170d Fix TypeError raised when _enc called with None (RhBug:1003220) 2013-09-09 13:37:04 +02:00
bin cosmetic: yummain.py is just main.py 2012-11-13 15:53:12 +01:00
dnf Fix TypeError raised when _enc called with None (RhBug:1003220) 2013-09-09 13:37:04 +02:00
doc New version: 0.3.11 2013-08-13 10:46:12 +02:00
etc The DNF default multilib policy is 'best'. 2013-07-24 10:22:39 +02:00
package build: 0.3.11-2 2013-09-03 15:15:21 +02:00
po packaging: get rid of Makefiles. 2012-04-13 15:53:34 +02:00
tests Fix TypeError raised when _enc called with None (RhBug:1003220) 2013-09-09 13:37:04 +02:00
.gitignore removal: docs/ 2012-09-18 15:23:52 +02:00
AUTHORS add Nick Jacek to Yum AUTHORS. 2012-09-18 13:25:52 +02:00
CMakeLists.txt run the regular makecache from a systemd timer (RhBug:878826) 2013-03-25 14:58:30 +01:00
COPYING packaging: update COPYING. 2012-06-19 17:25:42 +02:00
INSTALL update install and readme 2004-08-31 06:52:07 +00:00
PACKAGE-LICENSING cosmetic: grammar and typo in PACKAGE-LICENSING. 2012-07-11 13:25:33 +02:00
README.rst doc: update the README, move it to .rst 2013-08-12 09:03:53 +02:00
VERSION.cmake New version: 0.3.11 2013-08-13 10:46:12 +02:00

README.rst

#####
 DNF
#####

This is a preview of the next major version of `Yum
<http://yum.baseurl.org/>`_. It does package management using `RPM
<http://rpm.org/>`_, `libsolv <https://github.com/openSUSE/libsolv>`_ and
`hawkey <https://github.com/akozumpl/hawkey>`_ libraries. For metadata handling
and package downloads it utilizes `librepo
<https://github.com/tojaj/librepo>`_. To process and effectively handle the
comps data we have `libcomps <https://github.com/midnightercz/libcomps>`_.

============
 Installing
============

DNF and all its dependencies are available in Fedora 18 and later, including the
rawhide Fedora. You can install DNF from the distribution repositories there::

    sudo yum install dnf

In other RPM-based distributions you need to build all the components from their
sources.

===============
 Documentation
===============

The DNF package contains man pages, dnf(8) and dnf.conf(8). It is also possible
to `read the DNF documentation <http://akozumpl.github.io/dnf/>`_ from your
browser. There's also a `wiki <https://github.com/akozumpl/dnf/wiki>`_ meant for
contributors to DNF and related projects.

====================
 Bug reporting etc.
====================

Please report any bugs to the `Red Hat bugzilla <https://bugzilla.redhat.com/>`_,
make sure to check the issue has not been fixed in a later version. Freenode's
irc channel ``#yum`` is meant for discussions related to both Yum and DNF.