1debuginfo-install(1) debuginfo-install(1)
2
3
4
6 debuginfo-install
7
9 debuginfo-install package
10
12 debuginfo-install is a program which installs the RPMs needed to debug
13 the specified package. The package argument can be a wildcard, but
14 will only match installed packages. debuginfo-install will then enable
15 any debuginfo repositories, and install the relevant debuginfo rpm.
16
18 Download and install all the RPMs needed to debug the kernel RPM:
19 debuginfo-install kernel
20
22 Could not find debuginfo for:
23 You may sometimes see warning messages about certain packages
24 not being found if you run debuginfo-install for a wildcard or
25 glob. Debuginfo packages are not necessary for "noarch" RPMs;
26 these will generate a warning message. Additionally, On 64-bit
27 systems, no multilib debuginfo packages are published, so if you
28 have 32-bit packages installed, these will also generate warning
29 messages.
30
32 As debuginfo-install uses YUM libraries for retrieving all the informa‐
33 tion, it relies on YUM configuration for its default values like which
34 repositories to use. Consult YUM documentation for details:
35
36 /etc/yum.conf
37 /etc/yum/repos.d/
38 /var/cache/yum/
39
40
42 yum.conf [4m(5)
43 http://yum-utils.baseurl.org/
44 http://yum.baseurl.org/
45
46
48 See the Authors file included with this program.
49
50
52 There are of course no bugs, but should you find any, you should first
53 consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if
54 unsuccessful in finding a resolution contact the mailing list: yum-
55 devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com
56 for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report
57 for all other bugs.
58
59
60
61James Antill 21 October 2008 debuginfo-install(1)