How To Install perl-Class-Load-XS on Rocky Linux 8

In this tutorial we learn how to install perl-Class-Load-XS on Rocky Linux 8. perl-Class-Load-XS is XS implementation of parts of Class

Introduction

In this tutorial we learn how to install perl-Class-Load-XS on Rocky Linux 8.

What is perl-Class-Load-XS

This module provides an XS implementation for portions of Class See Class

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

Install perl-Class-Load-XS 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-Class-Load-XS using dnf by running the following command:

sudo dnf -y install perl-Class-Load-XS

Install perl-Class-Load-XS 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-Class-Load-XS using yum by running the following command:

sudo yum -y install perl-Class-Load-XS

How To Uninstall perl-Class-Load-XS on Rocky Linux 8

To uninstall only the perl-Class-Load-XS package we can use the following command:

sudo dnf remove perl-Class-Load-XS

perl-Class-Load-XS Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/8c86f6adce785effc00590a58a42fb67f5b520
/usr/lib64/perl5/vendor_perl/Class
/usr/lib64/perl5/vendor_perl/Class/Load
/usr/lib64/perl5/vendor_perl/Class/Load/XS.pm
/usr/lib64/perl5/vendor_perl/auto/Class
/usr/lib64/perl5/vendor_perl/auto/Class/Load
/usr/lib64/perl5/vendor_perl/auto/Class/Load/XS
/usr/lib64/perl5/vendor_perl/auto/Class/Load/XS/XS.so
/usr/share/doc/perl-Class-Load-XS
/usr/share/doc/perl-Class-Load-XS/CONTRIBUTING
/usr/share/doc/perl-Class-Load-XS/Changes
/usr/share/doc/perl-Class-Load-XS/README
/usr/share/licenses/perl-Class-Load-XS
/usr/share/licenses/perl-Class-Load-XS/LICENSE
/usr/share/man/man3/Class::Load::XS.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Class-Load-XS on Rocky Linux 8 using yum and dnf.