abrt-action-install-debuginfo - Man Page
Install debuginfos for build-ids
Synopsis
abrt-action-install-debuginfo [-vy] [--ids=BUILD_IDS_FILE] [--tmpdir=TMPDIR] [--cache=CACHEDIR[:DEBUGINFODIR1:DEBUGINFODIR2...]] [--size_mb=SIZE] [--pkgmgr=(yum|dnf)] [-e PATH[:PATH...]] [--releasever=RELEASEVER] [--repo=PATTERN]
Description
Installs debuginfos for all build-ids listed in BUILD_IDS_FILE to CACHEDIR, using TMPDIR as temporary staging area. Old files in CACHEDIR are deleted until it is smaller than SIZE.
Options
- -v
Be more verbose. Can be given multiple times.
- -y
Noninteractive, assume "Yes" to all questions
- --ids
Path to file with list of build ids. Default: build_ids
- --tmpdir
Path to tmp directory. Default: /tmp/abrt-tmp-debuginfo-RANDOM_SUFFIX
- --cache
Path to cache directory. Default: /var/cache/abrt-di
- --size_mb
Default: 4096
- --pkgmgr
Package manager to use. Default: PackageManager from CCpp.conf or "dnf"
- -e,--exact
Download only specified files
- --releasever
Set specific version of Operating System
- --repo
Glob pattern to use when searching for repositories. Default: "*debug*"
Authors
- ABRT team