HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

apport-bug — File a bug report on Ubuntu. More information: <https://wiki.ubuntu.com/Apport>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandreportbugapport-bugclifileubuntumore
linux

Problem

How to use the apport-bug command: File a bug report on Ubuntu. More information: <https://wiki.ubuntu.com/Apport>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: linux/apport-bug

Revisions (0)

No revisions yet.