1DEBUGINFO-INSTALL(1) dnf-plugins-core DEBUGINFO-INSTALL(1)
2
3
4
6 debuginfo-install - redirecting to DNF debuginfo-install Plugin
7
8 Install the associated debuginfo packages for a given package specifiā
9 cation.
10
12 dnf debuginfo-install <pkg-spec>...
13
15 <pkg-spec>
16 The package to install the associated debuginfo package for.
17
19 /etc/dnf/plugins/debuginfo-install.conf
20
21 The minimal content of conf file should contain main sections with
22 enabled and autoupdate parameter.
23
24 autoupdate
25 A boolean option which controls updates of debuginfo packages.
26 If options is enabled and there are debuginfo packages installed
27 it automatically enables all configured debuginfo repositories.
28 (Disabled by default.)
29
31 dnf debuginfo-install foobar
32 Install the debuginfo packages for the foobar package.
33
34 dnf upgrade --enablerepo=*-debuginfo <package-name>-debuginfo
35 Upgrade debuginfo package of a <package-name>.
36
37 dnf upgrade --enablerepo=*-debuginfo *-debuginfo
38 Upgrade all debuginfo packages.
39
41 See AUTHORS in your Core DNF Plugins distribution
42
44 2014, Red Hat, Licensed under GPLv2+
45
46
47
48
494.0.7 May 21, 2019 DEBUGINFO-INSTALL(1)