How to Install and Uninstall perl-Params-Validate.x86_64 Package on Fedora 35

Last updated: October 06,2024

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

Please follow the steps below to install perl-Params-Validate.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Params-Validate.x86_64

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

Please follow the step by step instructions below to uninstall perl-Params-Validate.x86_64 on Fedora 35:

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

3. Information about the perl-Params-Validate.x86_64 package on Fedora 35

Last metadata expiration check: 2:10:01 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Params-Validate
Version : 1.30
Release : 4.fc35
Architecture : x86_64
Size : 69 k
Source : perl-Params-Validate-1.30-4.fc35.src.rpm
Repository : fedora
Summary : Params-Validate Perl module
URL : https://metacpan.org/release/Params-Validate
License : Artistic 2.0 and (GPL+ or Artistic)
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.