How To Install perl-Data-Validate-Domain on Fedora 36
Introduction
In this tutorial we learn how to install perl-Data-Validate-Domain
on Fedora 36.
What is perl-Data-Validate-Domain
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.
We can use yum
or dnf
to install perl-Data-Validate-Domain
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Data-Validate-Domain.
Install perl-Data-Validate-Domain on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Data-Validate-Domain
using dnf
by running the following command:
sudo dnf -y install perl-Data-Validate-Domain
Install perl-Data-Validate-Domain on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Data-Validate-Domain
using yum
by running the following command:
sudo yum -y install perl-Data-Validate-Domain
How To Uninstall perl-Data-Validate-Domain on Fedora 36
To uninstall only the perl-Data-Validate-Domain
package we can use the following command:
sudo dnf remove perl-Data-Validate-Domain
perl-Data-Validate-Domain Package Contents on Fedora 36
/usr/share/doc/perl-Data-Validate-Domain
/usr/share/doc/perl-Data-Validate-Domain/Changes
/usr/share/doc/perl-Data-Validate-Domain/README.md
/usr/share/licenses/perl-Data-Validate-Domain
/usr/share/licenses/perl-Data-Validate-Domain/LICENSE
/usr/share/man/man3/Data::Validate::Domain.3pm.gz
/usr/share/perl5/vendor_perl/Data
/usr/share/perl5/vendor_perl/Data/Validate
/usr/share/perl5/vendor_perl/Data/Validate/Domain.pm
References
Summary
In this tutorial we learn how to install perl-Data-Validate-Domain
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).