dnf icon indicating copy to clipboard operation
dnf copied to clipboard

Package manager based on libdnf and libsolv. Replaces YUM.

Results 105 dnf issues
Sort by recently updated
recently updated
newest added

Dear all, I have a broken pre-installed dnf such that whenever I write `dnf` on commandline, I get `ModuleNotFoundError: No module named 'libdnf'`. That's because I installed python3.8.15 from source...

It would be good to have `--test` option with commands like install, upgrade, buildep. That option should do all checks without installing/upgrade actual packages.

I'm attempting to write a depedency manager for another application that interfaces with DNF. In this application, I need to know the total install size of a list of packages...

When nothing changes in the result by `group install`, I would suggest changing the behavior of the `history` so that nothing appears for that event. But since it is about...

triaged
Priority:LOW

I would like to bootstrap the Fedora repository and install packages on a non-Fedora machine. Are there instructions how to do this, when there is no dnf installed? What are...

Make it a bit more explanatory, format the age buckets as a table and reflect the changes from the libdnf PR #1662.

dnf-data packaged a libreport configuration file for collecting DNF logs for ABRT. It has to depend on libreport-filesystem. That file and thus the dependency is useless if a user does...

Module packages should be explicitly specified when enabling modules. This is the dnf companion to https://github.com/rpm-software-management/libdnf/pull/1656. For https://issues.redhat.com/browse/RHEL-16580. Currently a draft since tests are failing.

I am finding an odd situation in Fedora 39's DNF. It seems it behaves differently with regard to `Obsoletes:` and `Conflicts:` based on whether the RPM is installed from a...

If I run `dnf makecache` to create an up to date system cache (no errors, no warnings, all GPG keys imported into the system cache), and then run `dnf check-update...