How To Install perl-Module-CoreList on Rocky Linux 8

In this tutorial we learn how to install perl-Module-CoreList on Rocky Linux 8. perl-Module-CoreList is What modules are shipped with versions of perl

Introduction

In this tutorial we learn how to install perl-Module-CoreList on Rocky Linux 8.

What is perl-Module-CoreList

Module are shipped with each version of perl.

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

Install perl-Module-CoreList 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-Module-CoreList using dnf by running the following command:

sudo dnf -y install perl-Module-CoreList

Install perl-Module-CoreList 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-Module-CoreList using yum by running the following command:

sudo yum -y install perl-Module-CoreList

How To Uninstall perl-Module-CoreList on Rocky Linux 8

To uninstall only the perl-Module-CoreList package we can use the following command:

sudo dnf remove perl-Module-CoreList

perl-Module-CoreList Package Contents on Rocky Linux 8

/usr/share/doc/perl-Module-CoreList
/usr/share/doc/perl-Module-CoreList/Changes
/usr/share/doc/perl-Module-CoreList/README
/usr/share/man/man3/Module::CoreList.3pm.gz
/usr/share/man/man3/Module::CoreList::Utils.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/CoreList
/usr/share/perl5/vendor_perl/Module/CoreList.pm
/usr/share/perl5/vendor_perl/Module/CoreList.pod
/usr/share/perl5/vendor_perl/Module/CoreList/Utils.pm

References

Summary

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