1YUM-DEBUG-DUMP(1) dnf-plugins-core YUM-DEBUG-DUMP(1)
2
3
4
6 yum-debug-dump - redirecting to DNF debug Plugin
7
9 Writes system RPM configuration to a dump file and restore it.
10
11 NOTE:
12 DNF and Yum debug files are not compatible and thus can't be used by
13 the other program.
14
16 dnf debug-dump [--norepos] [<filename>]
17
18 dnf debug-restore [--output] [--install-latest] [--ignore-arch] [--fil‐
19 ter-types = [install,remove,replace]] <filename>
20
22 <filename>
23 File to write dump to or read from.
24
26 dnf debug-dump
27
28 --norepos
29 Do not dump content of enabled repos.
30
31 dnf debug-restore
32
33 --output
34 Only output list of packages which will be installed or removed.
35 No actuall changes are done.
36
37 --install-latest
38 When installing use the latest package of the same name and
39 architecture.
40
41 --ignore-arch
42 When installing package ignore architecture and install missing
43 packages matching the name, epoch, version and release.
44
45 --filter-types=[install,remove,replace]
46 Limit package changes to specified type.
47
49 See AUTHORS in your Core DNF Plugins distribution
50
52 2014, Red Hat, Licensed under GPLv2+
53
54
55
56
574.0.2.2 May 14, 2019 YUM-DEBUG-DUMP(1)