dnf
dnf copied to clipboard
Package manager based on libdnf and libsolv. Replaces YUM.
The use of the `-q` option in combination with the `-v` option leads to increase the output printed
DNF v.: **4.16.1** | Hello. It appears that the `-q` and `-v` options can be combined without triggering any message related to their combination. - Case in which the none...
The `updateinfo --verbose` helpfully outputs the dates of the advisories. That is something I need to use to track if I've installed updates with my window. Unfortunately, that also provides...
This is an optional feature and dnf-data only provides a configuration file for libreport therefore we dont have to require it. https://bugzilla.redhat.com/show_bug.cgi?id=2120960
When DNF is importing a key, it first mangles it via GnuPG, and only then import to rpmdb (which nowadays uses Sequoia). Those two PGP implementations are not 100% compatible...
Question: is there any feature in dnf to allow only https connections to download/upgrade software
@m-blaha @AdamWill @j-mracek @pkratoch currently choosing http or https mirror is done automatically by dnf , i have to block http protocol completely to force dnf upgrade/download software through https...
As mentioned in the DNF team meeting on 2023-07-17, the commands in the DNF 4 man pages should be rewritten to call `dnf4` rather than `dnf`. See also https://github.com/rpm-software-management/dnf/pull/1964
Add sw_64 support for dnf
**Version:** dnf 4.14.0 **Reproduce steps:** NOTE: I am using yocto project to build an image, which will using dnf to install some packages under rootfs. You can see my attached...
dnf .v: **4.16.1** | Hello. `--repo` not operational when its value is a _Copr_ repository. ``` $ dnf rq --userinstalled --qf '%{from_repo} | %{vendor}' ssh-audit copr:copr.fedorainfracloud.org:sunwire:ssh-audit | Fedora Copr -...
Dnf is very slow in terminal operation (list,search,info,etc...) because of before any commands it update itself package cache. Therefore, we need add feature about update scheme: update cache only at...