snippetbashTip
reportbug — Bug report tool of Debian distribution. More information: <https://manned.org/reportbug>.
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 otherWrite 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 otherWrite 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.