Petr Pisar
Petr Pisar
dnf5(8) manual does not document a meaning of --exclude=''. It does so for --setopt only. Though I confirm the bug.
I think I got bitten by this bug: I have tsflag=nodoc in /etc/dnf/dnf.conf: ~~~~ # dnf --dump-main-config | grep tsflags tsflags = nodocs ~~~~ Then I add "--setopt=tsflags=" option to...
I guess the problem is that DNF does not periodically redownload a key to refresh it. AFAIK watching expiration time is not enough because there can be different reasons for...
Copr users recently started to report this issue more frequently. This problem will become more frequent as Copr repositories reach the default expiration time. According to Copr developers resigning RPM...
I guess the idea was using empty packages instead of RPM Provides with Obsoletes. That means programs would still be packaged in dnf5 binary package. But empty packages would allow...
`dnf remove --duplicates` is also mentioned at .
We don't. dnf5(8) manual agrees it's an invalid invocation. I would rather fix the option parser to reject "-x=dnf" as an invalid option.
I believe that it simply pertains repositories which have signature verification disabled. (Either specifically in the repository configuration, or globally for all of them.) Otherwise, RPM would reject installing that...
Original Fedora bug report is .
dnf5daemon-client is a toy for testing D-Bus interface. It's not meant to be a replacement for dfn5 tool. Hence having the same command-line interface is a nice feature, however not...