How To Install perl-Class-Load-XS.x86_64 on Amazon Linux 2
In this tutorial we learn how to install perl-Class-Load-XS.x86_64 in Amazon Linux 2. perl-Class-Load-XS.x86_64 is XS implementation of parts of Class
Introduction
In this tutorial we learn how to install perl-Class-Load-XS.x86_64 on Amazon Linux 2.
What is perl-Class-Load-XS.x86_64
This module provides an XS implementation for portions of Class
We can use yum to install perl-Class-Load-XS.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Class-Load-XS.x86_64.
Install perl-Class-Load-XS.x86_64 on Amazon Linux 2 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.x86_64 using yum by running the following command:
sudo yum -y install perl-Class-Load-XS.x86_64
How To Uninstall perl-Class-Load-XS.x86_64 on Amazon Linux 2
To uninstall only the perl-Class-Load-XS.x86_64 package we can use the following command:
sudo yum remove perl-Class-Load-XS.x86_64
perl-Class-Load-XS.x86_64 Package Contents on Amazon Linux 2
/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-0.06
/usr/share/doc/perl-Class-Load-XS-0.06/Changes
/usr/share/doc/perl-Class-Load-XS-0.06/LICENSE
/usr/share/doc/perl-Class-Load-XS-0.06/README
/usr/share/man/man3/Class::Load::XS.3pm.gz
References
Summary
In this tutorial we learn how to install perl-Class-Load-XS.x86_64 on Amazon Linux 2 using yum.