← 返回命令列表

Linux command

lintian 命令

文本

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

常用示例

Check Debian package

lintian [package.deb]

Check changes file

lintian [package.changes]

Verbose output

lintian -v [package.deb]

Show info tags

lintian -I [package.deb]

Show all tags

lintian -iI [package.deb]

Check specific tag

lintian --tags [tag-name] [package.deb]

说明

lintian checks Debian packages for policy compliance. It identifies bugs, policy violations, and issues. The tool is essential for Debian maintainers. It checks both binary and source packages.

参数

-v
Verbose output.
-I
Display info tags.
-i
Display tag descriptions.
--tags _TAG_
Check specific tags only.
--suppress-tags _TAG_
Suppress specific tags.
--help
Display help information.

FAQ

What is the lintian command used for?

lintian checks Debian packages for policy compliance. It identifies bugs, policy violations, and issues. The tool is essential for Debian maintainers. It checks both binary and source packages.

How do I run a basic lintian example?

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

What does -v do in lintian?

Verbose output.