Scroll to navigation

dnf5-txnupd.conf(5) File Formats dnf5-txnupd.conf(5)

NAME

dnf5-txnupd.conf - configuration file for the dnf5-txnupd plugin

SYNOPSIS

/usr/share/dnf5/libdnf.plugins.conf.d/txnupd.conf

DESCRIPTION

dnf5-txnupd.conf is the configuration file for the dnf5-txnupd(8) libdnf5 plugin. It uses a simple INI-style format with a single [main] section.

Boolean values may be expressed as true/false, yes/no, or 1/0.

[main] SECTION

name = txnupd

Internal plugin name. Do not change this value.

enabled = boolean

Enable or disable the plugin. When set to false (or 0), the libdnf5 plugin performs no snapshot wrapping and dnf txnupd subcommands remain available but snapshot operations are skipped. Default: true.

apply_after_transaction = boolean

When set to true, the plugin automatically calls dnf txnupd apply-live at the end of every successful package transaction, activating the new snapshot on the running system without requiring a reboot. Has no effect when enabled is false. Default: false.

EXAMPLE

[main]
name = txnupd
enabled = 1
apply_after_transaction = false

FILES

/usr/share/dnf5/libdnf.plugins.conf.d/txnupd.conf

Default configuration file location.

SEE ALSO

dnf5-txnupd(8), dnf5(8)

AUTHORS

Shawn W Dunn <sfalken@kalpadesktop.org>
Neal Gompa <ngompa@velocitylimitless.com>

LICENSE

LGPL-2.1-or-later

2026-06-15 libdnf-plugin-txnupd 0.2.0