1yum-debug-restore(1) yum-debug-restore(1)
2
3
4
6 yum-debug-restore
7
9 yum-debug-restore
10
12 yum-debug-restore is a program which takes a gzipped file created by
13 yum-debug-dump and acts on the information about installed packages
14 contained within.
15
17 --output
18 Output the commands that would be run to stdout.
19
20 --shell=<file>
21 Output the commands that would be run to a file.
22
23 --install-latest
24 Ask yum to install the latest version of the given packages,
25 instead of the version that was installed in the debug-dump
26 file.
27
28 --ignore-arch
29 Ignore the architecture of the packages, so you can "restore" an
30 i386 debug-dump on an x86_64 machine.
31
32 --filter-types=[install,remove,update,downgrade]
33 Only perform the given types of commands, so you can filter to
34 just upgrades and installs.
35
36
38 As yum-debug-restore uses YUM libraries for retrieving all the informa‐
39 tion, it relies on YUM configuration for its default values like which
40 repositories to use. Consult YUM documentation for details:
41
42 /etc/yum.conf
43 /etc/yum/repos.d/
44 /var/cache/yum/
45
46
48 yum-debug-dump [4m(1)
49 yum.conf [4m(5)
50 http://yum.baseurl.org/
51
52
54 See the Authors file included with this program.
55
56
58 There are of course no bugs, but should you find any, you should first
59 consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if
60 unsuccessful in finding a resolution contact the mailing list: yum-
61 devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com
62 for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report
63 for all other bugs.
64
65
66
67
68James Antill 15 December 2011 yum-debug-restore(1)