How To Install perl-Data-Perl on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Data-Perl on Rocky Linux 8.
What is perl-Data-Perl
Data that exist in Perl. These classes and methods as they exist today are an attempt to mirror functionality provided by Moose’s Native Traits. One important thing to note is all classes currently do no validation on constructor input.
We can use yum or dnf to install perl-Data-Perl on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Data-Perl.
Install perl-Data-Perl 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-Data-Perl using dnf by running the following command:
sudo dnf -y install perl-Data-Perl
Install perl-Data-Perl 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-Data-Perl using yum by running the following command:
sudo yum -y install perl-Data-Perl
How To Uninstall perl-Data-Perl on Rocky Linux 8
To uninstall only the perl-Data-Perl package we can use the following command:
sudo dnf remove perl-Data-Perl
perl-Data-Perl Package Contents on Rocky Linux 8
/usr/share/doc/perl-Data-Perl
/usr/share/doc/perl-Data-Perl/Changes
/usr/share/doc/perl-Data-Perl/README
/usr/share/licenses/perl-Data-Perl
/usr/share/licenses/perl-Data-Perl/LICENSE
/usr/share/man/man3/Data::Perl.3pm.gz
/usr/share/man/man3/Data::Perl::Bool.3pm.gz
/usr/share/man/man3/Data::Perl::Code.3pm.gz
/usr/share/man/man3/Data::Perl::Collection::Array.3pm.gz
/usr/share/man/man3/Data::Perl::Collection::Hash.3pm.gz
/usr/share/man/man3/Data::Perl::Counter.3pm.gz
/usr/share/man/man3/Data::Perl::Number.3pm.gz
/usr/share/man/man3/Data::Perl::Role::Bool.3pm.gz
/usr/share/man/man3/Data::Perl::Role::Code.3pm.gz
/usr/share/man/man3/Data::Perl::Role::Collection::Array.3pm.gz
/usr/share/man/man3/Data::Perl::Role::Collection::Hash.3pm.gz
/usr/share/man/man3/Data::Perl::Role::Counter.3pm.gz
/usr/share/man/man3/Data::Perl::Role::Number.3pm.gz
/usr/share/man/man3/Data::Perl::Role::String.3pm.gz
/usr/share/man/man3/Data::Perl::String.3pm.gz
/usr/share/perl5/vendor_perl/Data
/usr/share/perl5/vendor_perl/Data/Perl
/usr/share/perl5/vendor_perl/Data/Perl.pm
/usr/share/perl5/vendor_perl/Data/Perl/Bool.pm
/usr/share/perl5/vendor_perl/Data/Perl/Code.pm
/usr/share/perl5/vendor_perl/Data/Perl/Collection
/usr/share/perl5/vendor_perl/Data/Perl/Collection/Array.pm
/usr/share/perl5/vendor_perl/Data/Perl/Collection/Hash.pm
/usr/share/perl5/vendor_perl/Data/Perl/Counter.pm
/usr/share/perl5/vendor_perl/Data/Perl/Number.pm
/usr/share/perl5/vendor_perl/Data/Perl/Role
/usr/share/perl5/vendor_perl/Data/Perl/Role/Bool.pm
/usr/share/perl5/vendor_perl/Data/Perl/Role/Code.pm
/usr/share/perl5/vendor_perl/Data/Perl/Role/Collection
/usr/share/perl5/vendor_perl/Data/Perl/Role/Collection/Array.pm
/usr/share/perl5/vendor_perl/Data/Perl/Role/Collection/Hash.pm
/usr/share/perl5/vendor_perl/Data/Perl/Role/Counter.pm
/usr/share/perl5/vendor_perl/Data/Perl/Role/Number.pm
/usr/share/perl5/vendor_perl/Data/Perl/Role/String.pm
/usr/share/perl5/vendor_perl/Data/Perl/String.pm
References
Summary
In this tutorial we learn how to install perl-Data-Perl on Rocky Linux 8 using yum and dnf.