How to Install and Uninstall perl-Params-Validate.x86_64 Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "perl-Params-Validate.x86_64" package

This guide let you learn how to install perl-Params-Validate.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Params-Validate.x86_64

2. Uninstall "perl-Params-Validate.x86_64" package

This guide covers the steps necessary to uninstall perl-Params-Validate.x86_64 on Amazon Linux 2:

$ sudo yum remove perl-Params-Validate.x86_64 $ sudo yum autoremove

3. Information about the perl-Params-Validate.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Params-Validate
Arch : x86_64
Version : 1.08
Release : 4.amzn2.0.2
Size : 70 k
Repo : amzn2-core/2/x86_64
Summary : Params-Validate Perl module
URL : http://search.cpan.org/dist/Params-Validate/
License : Artistic 2.0
Description : The Params::Validate module allows you to validate method or
: function call parameters to an arbitrary level of specificity. At
: the simplest level, it is capable of validating the required
: parameters were given and that no unspecified additional
: parameters were passed in. It is also capable of determining that
: a parameter is of a specific type, that it is an object of a
: certain class hierarchy, that it possesses certain methods, or
: applying validation callbacks to arguments.