1PK-DEBUGINFO-INSTA(1)           [FIXME: manual]          PK-DEBUGINFO-INSTA(1)
2
3
4

NAME

6       pk-debuginfo-install - Debugging Packages Installer
7

SYNOPSIS

9       pk-debuginfo-install [--help] [--verbose] [--simulate] [--no-depends]
10

DESCRIPTION

12       This manual page documents briefly the pk-debuginfo-install command.
13
14       pk-debuginfo-install is the command line client for installing
15       debuginfo packages.
16

WHY DO I NEED DEBUGINFO PACKAGES?

18       When a program crashes, it´s often useful to send the developer a
19       backtrace which contains symbol names and variable contents, rather
20       than memory addresses. To make this possible, extra packages called
21       debug packages can be installed.
22

OPTIONS

24       This program follows the usual GNU command line syntax, with long
25       options starting with two dashes (`-´). A summary of options is
26       included below.
27
28       --help
29           Show summary of options.
30
31       --noninteractive
32           Do not be interactive and skip the confirmation before the packages
33           are installed.
34
35       --verbose
36           Show extra debugging information.
37
38       --simulate
39           Don´t actually install any packages, only simulate what would be
40           installed.
41
42       --no-depends
43           Do not scan for, or install dependencies of the core packages.
44
45       --quiet
46           Do not display information or progress to the terminal.
47

RETURN VALUES

49       0
50           Success, at least one package was installed
51
52       1
53           Failed with miscellaneous internal error.
54
55       3
56           Failed to get software sources list.
57
58       4
59           Failed to enable software sources.
60
61       5
62           Failed as nothing to do.
63
64       6
65           Failed to find dependant packages.
66
67       7
68           Failed to install.
69
70       8
71           Failed to disable software sources.
72

SEE ALSO

74       pkmon (1).  pkcon(1).
75

AUTHOR

77       This manual page was written by Richard Hughes richard@hughsie.com.
78
80       Copyright © 2009 Richard Hughes
81
82
83
84[FIXME: source]                  29 July,2009            PK-DEBUGINFO-INSTA(1)
Impressum