dnf
dnf copied to clipboard
Package manager based on libdnf and libsolv. Replaces YUM.
This option adds in includepks and excludepkgs so we can specify a list we wanted updated or explicitly excluded from automatic updates. This bring automatic more inline with some of...
In my case: On Debian trixie, i build a minimal Oracle Linux 9 distribution in a container. ```shell dnf install oraclelinux-release-el9 dnf \ --releasever=9 --nodocs -4 --assumeyes \ --installroot=/var/lib/machines/oel9.home.lab \...
When updating a package provided by a know: ex. _own-repo_ using sudo dnf --disablerepo=* --enablerepo=own-repo check-update **packagename** Might not see a new package is available. Even if sudo dnf check-update...
The automatic generated changelog is nice and readable. We should consider unifying how changelog is generated and displayed in upstream releases, GH releasese and Bodhi updates. https://github.com/rpm-software-management/dnf/releases/tag/4.18.0
Hi, I'm new to Fedora, while reading the [doc](https://dnf.readthedocs.io/en/latest/use_cases.html), I found: > In case you use DNF to achieve a goal which is not documented here, either you found an...
When using https://github.com/systemd/mkosi/ to build images with dnf, expired_repos.json is written inside the install root instead of outside of it. The cache directory is configured to be outside of the...
I've read that red packages mean that they are no longer available through any installed repo. However, on my machine, all packages listed under `dnf list --installed` appear red. Is...
Consider the case: * we need to download set of packages with dependencies * then install it from local repo * let it be just couple of packages → «libtool»...
Based on the distribution used, there might by an additional configuration needed for the email emitter in dnf-automatic. We could provide some suggestions to automatic man pages how to deal...
Hi, what do you mean by this? > We are currently testing the feature and are looking for users’ feedback - please share any issues that you might find. Later,...