yum-debug-dump — redirecting to DNF debug Plugin

Description

Writes system RPM configuration to a dump file and restore it.

NOTE:

DNF and Yum debug files are not compatible and thus can't be used by the other program.

Synopsis

dnf debug-dump [--norepos] [<filename>]

dnf debug-restore [--output] [--install-latest] [--ignore-arch] [--filter-types = [install,remove,replace]] <filename>

Arguments

<filename>

File to write dump to or read from.

Options

All general DNF options are accepted, see Options in dnf(8) for details.

dnf debug-dump

--norepos

Do not dump content of enabled repos.

dnf debug-restore

--output

Only output list of packages which will be installed or removed. No actuall changes are done.

--install-latest

When installing use the latest package of the same name and architecture.

--ignore-arch

When installing package ignore architecture and install missing packages matching the name, epoch, version and release.

--filter-types=[install,remove,replace]

Limit package changes to specified type.

Author

See AUTHORS in your Core DNF Plugins distribution

Referenced By

dnf-utils(1), yum-utils(1).

Nov 06, 2019 4.0.11 dnf-plugins-core