1ABRT-ACTION-INSTAL(1) ABRT Manual ABRT-ACTION-INSTAL(1)
2
3
4
6 abrt-action-install-debuginfo - Install debuginfos for build-ids
7
9 abrt-action-install-debuginfo [-vy] [--ids=BUILD_IDS_FILE]
10 [--tmpdir=TMPDIR] [--cache=CACHEDIR[:DEBUGINFODIR1:DEBUGINFODIR2...]]
11 [--size_mb=SIZE] [--pkgmgr=(yum|dnf)] [-e PATH[:PATH...]]
12 [--releasever=RELEASEVER] [--repo=PATTERN]
13
15 Installs debuginfos for all build-ids listed in BUILD_IDS_FILE to
16 CACHEDIR, using TMPDIR as temporary staging area. Old files in CACHEDIR
17 are deleted until it is smaller than SIZE.
18
20 -v
21 Be more verbose. Can be given multiple times.
22
23 -y
24 Noninteractive, assume "Yes" to all questions
25
26 --ids
27 Path to file with list of build ids. Default: build_ids
28
29 --tmpdir
30 Path to tmp directory. Default:
31 /tmp/abrt-tmp-debuginfo-RANDOM_SUFFIX
32
33 --cache
34 Path to cache directory. Default: /var/cache/abrt-di
35
36 --size_mb
37 Default: 4096
38
39 --pkgmgr
40 Package manager to use. Default: PackageManager from CCpp.conf or
41 "dnf"
42
43 -e,--exact
44 Download only specified files
45
46 --releasever
47 Set specific version of Operating System
48
49 --repo
50 Glob pattern to use when searching for repositories. Default:
51 "*debug*"
52
54 ยท ABRT team
55
56
57
58abrt 2.14.0 02/07/2020 ABRT-ACTION-INSTAL(1)