← 返回命令列表

Linux command

perlivp 命令

文本

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

常用示例

Run installation verification

perlivp

Run with verbose output

perlivp -v

Print a description of each test before running it

perlivp -p

Run with both preface and verbose output

perlivp -p -v

说明

perlivp (Perl Installation Verification Procedure) tests whether Perl and its libraries have been correctly installed. It is set up at Perl source code build time and should be run after `make install`. A successful verification produces output like `ok 1`, `ok 2`, etc.

参数

-p
Print a description of each test before performing it.
-v
Give more detailed information about each test after it has been performed.
-h
Print a brief help message.

FAQ

What is the perlivp command used for?

perlivp (Perl Installation Verification Procedure) tests whether Perl and its libraries have been correctly installed. It is set up at Perl source code build time and should be run after `make install`. A successful verification produces output like `ok 1`, `ok 2`, etc.

How do I run a basic perlivp example?

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

What does -p do in perlivp?

Print a description of each test before performing it.