DNF5 is a command-line package manager that automates the process of installing, upgrading, configuring, and removing computer programs in a consistent manner. It supports RPM packages, modulemd modules, and comps groups and environments.
As part of the DNF5 stack, libdnf is the package management library. It was originally written to support the DNF package manager, but gradually grew up into a versatile library. You can now use libdnf to build custom tools that load repositories, query packages, resolve dependencies, and install packages.
DNF5 is also powered with the libsolv library which provides an easy to use programming interface.
By using DNF5, you can work with the following artifacts:
DNF5 is written in C++ and it can interface with the following programming languages:
Note, however, that DNF5 cannot yet interface with the following programming languages:
Join us on IRC at #dnf on Libera.Chat. Questions should be asked there, issues discussed. Remember: #dnf is not a support channel, and prior research is expected from the questioner.
DNF5 is available since Fedora 38. To install the DNF5 package manager, use either of the following commands, depending on your Fedora release:
| Fedora release | Command |
|---|---|
| 37 | sudo dnf copr enable rpmsoftwaremanagement/dnf-nightly && sudo dnf install dnf51 |
| 38 or newer | sudo dnf install dnf5 |
Note: dnf-nightly provides nightly builds for the entire DNF stack. Once you enable this repository you will start receiving updates for DNF, libdnf, and for the other packages of the stack.
For details about how to contribute to the DNF5 project, see CONTRIBUTING.md.
To report an issue (except of issues in the translations), use either of the following methods:
To report an issue in the translated messages:
For details about building, testing, and running the integration tests, see CONTRIBUTING.md.
Translating DNF5 from English to other languages happens at Fedora Weblate translation web site.
A GitHub workflow extracts new English messages from this repository every day and commits them to dnf5-l10n repository. The translation web site then presents them to its users who translate them there and the web site saves the finished translations back to the dnf5-l10n repository. Finally, the translation catalogs from that repository are copied into this repository just before every DNF5 release.
For more details about licenses, see COPYING.
C++
68.7%
Gherkin
23.2%
Python
4.2%
Shell
1.0%
DNF5 is a command-line package manager that automates the process of installing, upgrading, configuring, and removing computer programs in a consistent manner. It supports RPM packages, modulemd modules, and comps groups and environments.
As part of the DNF5 stack, libdnf is the package management library. It was originally written to support the DNF package manager, but gradually grew up into a versatile library. You can now use libdnf to build custom tools that load repositories, query packages, resolve dependencies, and install packages.
DNF5 is also powered with the libsolv library which provides an easy to use programming interface.
By using DNF5, you can work with the following artifacts:
DNF5 is written in C++ and it can interface with the following programming languages:
Note, however, that DNF5 cannot yet interface with the following programming languages:
Join us on IRC at #dnf on Libera.Chat. Questions should be asked there, issues discussed. Remember: #dnf is not a support channel, and prior research is expected from the questioner.
DNF5 is available since Fedora 38. To install the DNF5 package manager, use either of the following commands, depending on your Fedora release:
| Fedora release | Command |
|---|---|
| 37 | sudo dnf copr enable rpmsoftwaremanagement/dnf-nightly && sudo dnf install dnf51 |
| 38 or newer | sudo dnf install dnf5 |
Note: dnf-nightly provides nightly builds for the entire DNF stack. Once you enable this repository you will start receiving updates for DNF, libdnf, and for the other packages of the stack.
For details about how to contribute to the DNF5 project, see CONTRIBUTING.md.
To report an issue (except of issues in the translations), use either of the following methods:
To report an issue in the translated messages:
For details about building, testing, and running the integration tests, see CONTRIBUTING.md.
Translating DNF5 from English to other languages happens at Fedora Weblate translation web site.
A GitHub workflow extracts new English messages from this repository every day and commits them to dnf5-l10n repository. The translation web site then presents them to its users who translate them there and the web site saves the finished translations back to the dnf5-l10n repository. Finally, the translation catalogs from that repository are copied into this repository just before every DNF5 release.
For more details about licenses, see COPYING.
C++
68.7%
Gherkin
23.2%
Python
4.2%
Shell
1.0%