mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 13:42:07 +02:00
20 lines
367 B
Markdown
20 lines
367 B
Markdown
# apport-bug
|
|
|
|
> File a bug report on Ubuntu.
|
|
> More information: <https://wiki.ubuntu.com/Apport>.
|
|
|
|
- Report a bug about the whole system:
|
|
|
|
`apport-bug`
|
|
|
|
- Report a bug about a specific package:
|
|
|
|
`apport-bug {{package}}`
|
|
|
|
- Report a bug about a specific executable:
|
|
|
|
`apport-bug {{path/to/executable}}`
|
|
|
|
- Report a bug about a specific process:
|
|
|
|
`apport-bug {{PID}}`
|