mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 21:06:00 +02:00
apport-bug: add page (#4027)
This commit is contained in:
parent
917c3eaa55
commit
23aa9a6a58
1 changed files with 20 additions and 0 deletions
20
pages/linux/apport-bug.md
Normal file
20
pages/linux/apport-bug.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue