How to Install and Uninstall libparams-validate-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "libparams-validate-perl" package

Please follow the guidelines below to install libparams-validate-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libparams-validate-perl

2. Uninstall "libparams-validate-perl" package

Learn how to uninstall libparams-validate-perl on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libparams-validate-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libparams-validate-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libparams-validate-perl
Architecture: amd64
Version: 1.30-1build1
Multi-Arch: same
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 159
Depends: perl (>= 5.32.0-4), perlapi-5.32.0, libc6 (>= 2.4), libmodule-implementation-perl
Filename: pool/main/libp/libparams-validate-perl/libparams-validate-perl_1.30-1build1_amd64.deb
Size: 53048
MD5sum: 4671d84c5360c2dabaf63903a7bf3459
SHA1: 65b11aec4d8c864e5b3f577fd3938d2f12109948
SHA256: 3e3a8b5949f11047bd71b4da27c3bfd1c2c0a3a269b03e2f6e2d52d28998d4e8
SHA512: 8fbee9c937749470c8bc9e527822d23dd16d36602dba56000fced9d304fa0dc9422e951a171990dfc3fbc1ffe04d066b23cd004525e6a4a2409f656938f33234
Homepage: https://metacpan.org/release/Params-Validate
Description-en: Perl module to validate parameters to Perl method/function calls
Params::Validate is a Perl module providing a flexible way to validate method
and function call parameters. The validation can be as simple as checking for
the presence of required parameters, or more complex, like validating object
classes (via isa) or capabilities (via can) and checking parameter types. It
also provides extensibility through customized validation callbacks.
.
The module has been designed to work equally well with positional or named
parameters (via a hash or hash reference) and includes experimental support
for attributes (see Attribute::Params::Validate for details).
Description-md5: 5e447d8721950161f2c85427a998a5ae
Task: ubuntukylin-desktop