June 2025 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
26 | 27 | 28 | 29 | 30 | 31 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 1 | 2 | 3 | 4 | 5 | 6 |
apport-unpack - extract the fields of a problem report to separate files
apport-unpack report target-directory
A problem report, as produced by apport is a single file with a set of key/value pairs in the RFC822 syntax. This tool disassembles a report such that the value of each entry is written into a separate file, with the key as file name. This is particularly useful for large binary data like the core dump.
report is either a path to an existing apport crash report, or '-' to read from stdin.
The target-directory must either be nonexisting or empty.