LinuxCommandLibrary

apport-bug

File a bug report on Ubuntu.

TLDR

Report a bug about the whole system

$ apport-bug
copy


Report a bug about a specific package
$ apport-bug [package]
copy


Report a bug about a specific executable
$ apport-bug [path/to/executable]
copy


Report a bug about a specific process
$ apport-bug [PID]
copy

Copied to clipboard