How To Install perl-Validation-Class on CentOS 8
Introduction
In this tutorial we learn how to install perl-Validation-Class on CentOS 8.
What is perl-Validation-Class
Validation applications of all sizes. The most common usage of Validation transform class namespaces into data validation domains where consistency and reuse are primary concerns. Validation framework for defining reusable data validation rules. It ships with a complete set of pre-defined validations and filters referred to as “directives”.
We can use yum or dnf to install perl-Validation-Class on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Validation-Class.
Install perl-Validation-Class on CentOS 8 Using yum
Update yum database with yum using the following command.
sudo yum makecache
After updating yum database, We can install perl-Validation-Class using yum by running the following command:
sudo yum -y install perl-Validation-Class
Install perl-Validation-Class on CentOS 8 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf using the following command.
sudo dnf makecache
After updating yum database, We can install perl-Validation-Class using dnf by running the following command:
sudo dnf -y install perl-Validation-Class
How To Uninstall perl-Validation-Class on CentOS 8
To uninstall only the perl-Validation-Class package we can use the following command:
sudo dnf remove perl-Validation-Class
References
Summary
In this tutorial we learn how to install perl-Validation-Class on CentOS 8 using yum and dnf.