1DNF-DEBUGINFO-INSTALL(8) dnf-plugins-core DNF-DEBUGINFO-INSTALL(8)
2
3
4
6 dnf-debuginfo-install - 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 All general DNF options are accepted, see Options in dnf(8) for
20 details.
21
23 /etc/dnf/plugins/debuginfo-install.conf
24
25 The minimal content of conf file should contain main sections with
26 enabled and autoupdate parameter.
27
28 autoupdate
29 A boolean option which controls updates of debuginfo packages.
30 If options is enabled and there are debuginfo packages installed
31 it automatically enables all configured debuginfo repositories.
32 (Disabled by default.)
33
35 dnf debuginfo-install foobar
36 Install the debuginfo packages for the foobar package.
37
38 dnf upgrade --enablerepo=*-debuginfo <package-name>-debuginfo
39 Upgrade debuginfo package of a <package-name>.
40
41 dnf upgrade --enablerepo=*-debuginfo *-debuginfo
42 Upgrade all debuginfo packages.
43
45 See AUTHORS in your Core DNF Plugins distribution
46
48 2020, Red Hat, Licensed under GPLv2+
49
50
51
52
534.0.15 Apr 08, 2020 DNF-DEBUGINFO-INSTALL(8)