dnf5.conf-todo - Man Page
Name
dnf5.conf-todo ā Options that are documented/implemented in DNF but not in DNF5
DNF5 has some options that are not yet implemented or documented. This section marks the config options that are missing. Some of the options might be duplicated in DNF5 Configuration Reference. In the event there are some duplicates, this section should be considered invalid and the option implemented and documented. If you find any issue, please, open a ticket at https://github.com/rpm-software-management/dnf5/issues.
This section does not track any deprecated option. For such options see Deprecated Config Options
- autocheck_running_kernel
boolean
Automatic check whether there is installed newer kernel module with security update than currently running kernel.
Default: True.
NOTE:
YUM compatibility option
logfilelevel
log_compress
transformdb
reset_nice
- debuglevel
integer
Debug messages output level, in the range 0 to 10. The higher the number the more debug output is put to stdout.
Default: 2.
- diskspacecheck
boolean
If enabled, controls whether rpm should check available disk space during the transaction.
Default: True.
- errorlevel
integer
Error messages output level, in the range 0 to 10. The higher the number the more error output is put to stderr.
Default: 3.
WARNING:
This is deprecated in DNF and overwritten by -verbose commandline option.
- exit_on_lock
boolean
If enabled, DNF5 will exit immediately when something else has the lock.
Default: False.
- gpgkey_dns_verification
boolean
If enabled, DNF5 will attempt to automatically verify GPG verification keys using the DNS system.
This option requires the unbound python module (python3-unbound) to be installed on the client system. This system has two main features. The first one is to check if any of the already installed keys have been revoked. Automatic removal of the key is not yet available, so it is up to the user, to remove revoked keys from the system. The second feature is automatic verification of new keys when a repository is added to the system. In interactive mode, the result is written to the output as a suggestion to the user. In non-interactive mode (i.e. when -y is used), this system will automatically accept keys that are available in the DNS and are correctly signed using DNSSEC. It will also accept keys that do not exist in the DNS system and their NON-existence is cryptographically proven using DNSSEC. This is mainly to preserve backward compatibility.
Default: False.
bugtracker_url
history_record
history_record_packages
history_list_view
comment
releasever
- module_obsoletes
boolean
If enabled, DNF5 tries to apply modular obsoletes when possible.
Default: False.
- rpmverbosity
string
RPM debug scriptlet output level. One of: critical, emergency, error, warn, info or debug.
Default: info.
- upgrade_group_objects_upgrade
boolean
If enabled, performs the automatic running of group upgrade when running the upgrade command.
Default: True.
- color
string
Controls if DNF5 uses colored output on the command line. Possible values: auto, never, always.
Default: auto.
- color_list_installed_older
color
Color of installed packages that are older than any version among available packages. The option is used during list operations.
Default: yellow.
- color_list_installed_newer
color
Color of installed packages that are newer than any version among available packages. The option is used during list operations.
Default: bold,yellow.
- color_list_installed_reinstall
color
Color of installed packages that are among available packages and can be reinstalled. The option is used during list operations.
Default: dim,cyan.
- color_list_installed_extra
color
Color of installed packages that do not have any version among available packages. The option is used during list operations.
Default: bold,red.
metadata_timer_sync
module_hotfixes
sslverifystatus
Author
See AUTHORS.md in dnf5 source distribution.
Copyright
Contributors to the dnf5 project.
Referenced By
The man page dnf.conf-todo(5) is an alias of dnf5.conf-todo(5).