How To Install perl-Params-ValidationCompiler on Rocky Linux 8

In this tutorial we learn how to install perl-Params-ValidationCompiler on Rocky Linux 8. perl-Params-ValidationCompiler is Build an optimized subroutine parameter validator once, use it forever

Introduction

In this tutorial we learn how to install perl-Params-ValidationCompiler on Rocky Linux 8.

What is perl-Params-ValidationCompiler

Create a customized, optimized, non-lobotomized, uncompromised, and thoroughly specialized parameter checking subroutine.

We can use yum or dnf to install perl-Params-ValidationCompiler on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Params-ValidationCompiler.

Install perl-Params-ValidationCompiler on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Params-ValidationCompiler using dnf by running the following command:

sudo dnf -y install perl-Params-ValidationCompiler

Install perl-Params-ValidationCompiler on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Params-ValidationCompiler using yum by running the following command:

sudo yum -y install perl-Params-ValidationCompiler

How To Uninstall perl-Params-ValidationCompiler on Rocky Linux 8

To uninstall only the perl-Params-ValidationCompiler package we can use the following command:

sudo dnf remove perl-Params-ValidationCompiler

perl-Params-ValidationCompiler Package Contents on Rocky Linux 8

/usr/share/doc/perl-Params-ValidationCompiler
/usr/share/doc/perl-Params-ValidationCompiler/Changes
/usr/share/doc/perl-Params-ValidationCompiler/README.md
/usr/share/doc/perl-Params-ValidationCompiler/eg
/usr/share/doc/perl-Params-ValidationCompiler/eg/bench-named.pl
/usr/share/doc/perl-Params-ValidationCompiler/eg/bench-pos.pl
/usr/share/licenses/perl-Params-ValidationCompiler
/usr/share/licenses/perl-Params-ValidationCompiler/LICENSE
/usr/share/man/man3/Params::ValidationCompiler.3pm.gz
/usr/share/man/man3/Params::ValidationCompiler::Compiler.3pm.gz
/usr/share/man/man3/Params::ValidationCompiler::Exceptions.3pm.gz
/usr/share/perl5/vendor_perl/Params
/usr/share/perl5/vendor_perl/Params/ValidationCompiler
/usr/share/perl5/vendor_perl/Params/ValidationCompiler.pm
/usr/share/perl5/vendor_perl/Params/ValidationCompiler/Compiler.pm
/usr/share/perl5/vendor_perl/Params/ValidationCompiler/Exceptions.pm

References

Summary

In this tutorial we learn how to install perl-Params-ValidationCompiler on Rocky Linux 8 using yum and dnf.