How to Install and Uninstall perl-Data-Validate-Domain.noarch Package on Fedora 36

Last updated: July 03,2024

1. Install "perl-Data-Validate-Domain.noarch" package

Please follow the step by step instructions below to install perl-Data-Validate-Domain.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Data-Validate-Domain.noarch

2. Uninstall "perl-Data-Validate-Domain.noarch" package

Please follow the step by step instructions below to uninstall perl-Data-Validate-Domain.noarch on Fedora 36:

$ sudo dnf remove perl-Data-Validate-Domain.noarch $ sudo dnf autoremove

3. Information about the perl-Data-Validate-Domain.noarch package on Fedora 36

Last metadata expiration check: 4:08:44 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Data-Validate-Domain
Version : 0.15
Release : 2.fc36
Architecture : noarch
Size : 26 k
Source : perl-Data-Validate-Domain-0.15-2.fc36.src.rpm
Repository : fedora
Summary : Domain validation methods Perl module
URL : https://metacpan.org/release/Data-Validate-Domain
License : GPL+ or Artistic
Description : This module collects domain validation routines to make input validation, and
: untainting easier and more readable.
:
: All functions return an untainted value if the test passes, and undef if it
: fails. This means that you should always check for a defined status explicitly.
: Don't assume the return will be true. (e.g. is_username('0'))
:
: The value to test is always the first (and often only) argument.