mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
21 lines
399 B
Markdown
21 lines
399 B
Markdown
# apport-bug
|
|
|
|
> File a bug report on Ubuntu.
|
|
> More information: <https://ubuntu.com/project/docs/contributors/debugging/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}}`
|