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

reportbug — Bug report tool of Debian distribution. More information: <https://manned.org/reportbug>.

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

Problem

How to use the reportbug command: Bug report tool of Debian distribution. More information: <https://manned.org/reportbug>.

Solution

reportbug — Bug report tool of Debian distribution. More information: <https://manned.org/reportbug>.

Generate a bug report about a specific package, then send it by e-mail:
reportbug {{package}}


Report a bug that is not about a specific package (general problem, infrastructure, etc.):
reportbug other


Write the bug report to a file instead of sending it by e-mail:
reportbug {{[-o|--output]}} {{filename}} {{package}}

Code Snippets

Generate a bug report about a specific package, then send it by e-mail

reportbug {{package}}

Report a bug that is not about a specific package (general problem, infrastructure, etc.)

reportbug other

Write the bug report to a file instead of sending it by e-mail

reportbug {{[-o|--output]}} {{filename}} {{package}}

Context

tldr-pages: linux/reportbug

Revisions (0)

No revisions yet.