table of contents
DNF-RPMCONF(8) | dnf-plugins-extras | DNF-RPMCONF(8) |
NAME¶
dnf-rpmconf - DNF rpmconf Plugin
Handles .rpmnew, .rpmsave and .rpmorig after transactions.
CONFIGURATION¶
/etc/dnf/plugins/rpmconf.conf
The minimal plugin configuration file should consists of [main] section with enabled parameter.:
[main] enabled = 1
[main] section optional parameters¶
- frontend
- string, default: env
Defines which frontend should be used for merging. For list of valid frontends see rpmconf(8). When set to env, the command to use is taken from the environment variable $MERGE.
- diff
- boolean, default: False
Defines whether plugin should only display file differences.
- unattended
- string, default: None
Defines if unattended operation should be used and in which mode. For list of valid modes see rpmconf(8).
SEE ALSO¶
AUTHOR¶
See AUTHORS in your Extras DNF Plugins distribution
COPYRIGHT¶
2024, Igor Gnatenko, Licensed under GPLv2+
February 22, 2024 | 4.1.2 |