dnf
dnf copied to clipboard
Package manager based on libdnf and libsolv. Replaces YUM.
Problem: ---------- When ```dnf-automatic``` is run with [default] setting `reboot=never`, user never knows from its output whether reboot is needed or not. Proposed behavior: ---------- If option `reboot=never` is used...
If DNF losses a terminal, e.g. when an SSH session aborts, DNF is receives SIGHUP from kernel and terminates according to a default disposition for SIGUP. If DNF is running...
Following the merge of https://github.com/rpm-software-management/librepo/pull/324, we'll need to update the documentation of the `fastestmirror` option. https://dnf.readthedocs.io/en/latest/conf_ref.html#options-for-both-main-and-repo
Hi, I've referred the documentation and then added the following configuration to the automatic.conf. ``` [emitters] emit_via = command_email,stdio send_error_messages = True ``` But when there is a failure occurs,...
Hi, in `yum` I've used the pre_transaction_hook() to be able to do the processing in the case between `yum` downloaded the packages and before it went to the transaction test...