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] [-e PATH]
12
14 Installs debuginfos for all build-ids listed in BUILD_IDS_FILE to
15 CACHEDIR, using TMPDIR as temporary staging area. Old files in CACHEDIR
16 are deleted until it is smaller than SIZE.
17
19 -v
20 Be more verbose. Can be given multiple times.
21
22 -y
23 Noninteractive, assume Yes to all questions
24
25 --ids
26 Path to file with list of build ids. Default: build_ids
27
28 --tmpdir
29 Path to tmp directory. Default:
30 /tmp/abrt-tmp-debuginfo-RANDOM_SUFFIX
31
32 --cache
33 Path to cache directory. Default: /var/cache/abrt-di
34
35 --size_mb
36 Default: 4096
37
38 -e,--exact
39 Download only specified files
40
42 ยท ABRT team
43
44
45
46abrt 2.1.11 11/13/2018 ABRT-ACTION-INSTAL(1)