From 23aa9a6a58283364b35954f76669c5fcd57746f3 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 8 May 2020 00:38:43 +0200 Subject: [PATCH] apport-bug: add page (#4027) --- pages/linux/apport-bug.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/apport-bug.md diff --git a/pages/linux/apport-bug.md b/pages/linux/apport-bug.md new file mode 100644 index 000000000..4522c4fee --- /dev/null +++ b/pages/linux/apport-bug.md @@ -0,0 +1,20 @@ +# apport-bug + +> File a bug report on Ubuntu. +> More information: . + +- 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}}`