← 返回命令列表

Linux command

reportbug 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Example

reportbug package

Example

reportbug other

Example

reportbug -o filename package

Query existing bugs

reportbug --query-only [package]

Example

reportbug --severity [serious] [package]

Attach a file

reportbug --attach [screenshot.png] [package]

说明

reportbug is the official bug reporting tool for Debian-based distributions. It generates bug reports with system information and sends them to the Debian Bug Tracking System via email. The tool guides users through providing necessary information about the bug and the affected package.

参数

-o, --output _file_
Write bug report to file instead of sending by email.
--severity _level_
Set bug severity: critical, grave, serious, important, normal, minor, wishlist.
--query-only
Query existing bugs without filing a report.
--attach _file_
Attach a file to the bug report.
--include _file_
Include file contents in the message body.
--tag _tag_
Add a tag to the report.
--email _address_
Set sender email address.
--smtphost _host_
Use specified SMTP server.
--mode _mode_
Operating mode: novice, standard, advanced, expert.
--template
Output a template report to stdout.

FAQ

What is the reportbug command used for?

reportbug is the official bug reporting tool for Debian-based distributions. It generates bug reports with system information and sends them to the Debian Bug Tracking System via email. The tool guides users through providing necessary information about the bug and the affected package.

How do I run a basic reportbug example?

Run `reportbug package` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -o, --output _file_ do in reportbug?

Write bug report to file instead of sending by email.