How to Install and Uninstall perl-Params-ValidationCompiler Package on openSuSE Tumbleweed

Last updated: May 06,2024

1. Install "perl-Params-ValidationCompiler" package

Please follow the steps below to install perl-Params-ValidationCompiler on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Params-ValidationCompiler

2. Uninstall "perl-Params-ValidationCompiler" package

This guide covers the steps necessary to uninstall perl-Params-ValidationCompiler on openSuSE Tumbleweed:

$ sudo zypper remove perl-Params-ValidationCompiler

3. Information about the perl-Params-ValidationCompiler package on openSuSE Tumbleweed

Information for package perl-Params-ValidationCompiler:
-------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Params-ValidationCompiler
Version : 0.31-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 79.3 KiB
Installed : No
Status : not installed
Source package : perl-Params-ValidationCompiler-0.31-1.4.src
Upstream URL : https://metacpan.org/release/Params-ValidationCompiler
Summary : Build an optimized subroutine parameter validator once, use it forever
Description :
This module creates a customized, highly efficient parameter checking
subroutine. It can handle named or positional parameters, and can return
the parameters as key/value pairs or a list of values.
In addition to type checks, it also supports parameter defaults, optional
parameters, and extra "slurpy" parameters.