mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 14:48:47 +00:00
Update cheatsheets
This commit is contained in:
25
linux/apport-bug
Normal file
25
linux/apport-bug
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user