Linux command
lintian-info 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Show tag information
lintian-info [tag-name]
List all tags
lintian-info --list-tags
Show tag description
lintian-info -t [tag-name]
Search tags
lintian-info --tags [pattern]
Show check info
lintian-info --check [check-name]
说明
lintian-info provides information about lintian tags. Tags identify specific issues in Debian packages. The tool explains what each tag means and how to fix the issue it represents.
参数
- -t _TAG_
- Show tag description.
- --list-tags
- List all available tags.
- --tags _PATTERN_
- Search for matching tags.
- --check _NAME_
- Show check information.
- --help
- Display help information.
FAQ
What is the lintian-info command used for?
lintian-info provides information about lintian tags. Tags identify specific issues in Debian packages. The tool explains what each tag means and how to fix the issue it represents.
How do I run a basic lintian-info example?
Run `lintian-info [tag-name]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -t _TAG_ do in lintian-info?
Show tag description.