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

Last updated: October 08,2024

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

This guide let you learn how to install perl-Params-Validate.x86_64 on Fedora 34

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

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

Please follow the guidance below to uninstall perl-Params-Validate.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:36:13 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Params-Validate
Version : 1.30
Release : 2.fc34
Architecture : x86_64
Size : 70 k
Source : perl-Params-Validate-1.30-2.fc34.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.