1yum-debug-dump(1) yum-debug-dump(1)
2
3
4
6 yum-debug-dump - write system RPM configuration to a debug-dump file
7
9 yum-debug-dump
10
12 yum-debug-dump is a program which creates a gzipped file containing a
13 lot of information useful to developers trying to debug a problem.
14
15 By default it will output a file to the current working directory named
16 yum_debug_dump-<hostname>-<time>.txt.gz. This file contains no private
17 information but does contain a complete list of all packages you have
18 installed, all packages available in any repository, important configu‐
19 ration and system information. You can view this file using the
20 'zless' command.
21
22 You can use the coresponding program yum-debug-restore to act on this
23 file and restore a set of packages (much like dump/restore).
24
26 As yum-debug-dump uses YUM libraries for retrieving all the informa‐
27 tion, it relies on YUM configuration for its default values like which
28 repositories to use. Consult YUM documentation for details:
29
30 /etc/yum.conf
31 /etc/yum/repos.d/
32 /var/cache/yum/
33
34
36 yum-debug-restore [4m(1)
37 yum.conf [4m(5)
38 http://yum.baseurl.org/
39
40
42 See the Authors file included with this program.
43
44
46 There are of course no bugs, but should you find any, you should first
47 consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if
48 unsuccessful in finding a resolution contact the mailing list: yum-
49 devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com
50 for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report
51 for all other bugs.
52
53
54
55
56Seth Vidal 28 April 2008 yum-debug-dump(1)