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 All general DNF options are accepted, see Options in dnf(8) for de‐
20 tails.
21
23 /etc/dnf/plugins/debuginfo-install.conf
24
25 The minimal content of conf file should contain main sections with en‐
26 abled 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 2022, Red Hat, Licensed under GPLv2+
49
50
51
52
534.2.1 May 27, 2022 DEBUGINFO-INSTALL(1)