apport-bug: add page (#4027)

client-spec/clarity
Pierre Rudloff 2020-05-08 00:38:43 +02:00 committed by Starbeamrainbowlabs
parent 674658c984
commit f01abe8473
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
1 changed files with 20 additions and 0 deletions

20
pages/linux/apport-bug.md Normal file
View File

@ -0,0 +1,20 @@
# 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}}`