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¶
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.