Sponsor:

Your company here, and a link to your site. Click to find out more.

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

arch

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

basearch

logfilelevel

log_compress

transaction_history_dir

transformdb

recent

reset_nice

system_cachedir

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.

debugdir

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.

use_host_config

config_file_age

disable_excludes

allow_downgrade

bugtracker_url

history_record

history_record_packages

skip_broken

skip_unavailable

history_list_view

destdir

comment

downloadonly

build_cache

exclude_from_weak

exclude_from_weak_autodetect

releasever

module_obsoletes

boolean

If enabled, DNF5 tries to apply modular obsoletes when possible.

Default: False.

module_stream_switch

boolean

If enabled, allows switching enabled streams of a module.

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.

baseurl

cost

gpgcheck

gpgkey

metalink

metadata_timer_sync

mirrorlist

module_hotfixes

name

priority

type

sslverifystatus

Author

See AUTHORS.md in dnf5 source distribution.

Referenced By

dnf5.conf(5).

Apr 03, 2024 dnf5