How To Install perl-List-MoreUtils-XS on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-List-MoreUtils-XS
on Rocky Linux 8.
What is perl-List-MoreUtils-XS
This module provides accelerated versions of functions in List
We can use yum
or dnf
to install perl-List-MoreUtils-XS
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-List-MoreUtils-XS.
Install perl-List-MoreUtils-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-List-MoreUtils-XS
using dnf
by running the following command:
sudo dnf -y install perl-List-MoreUtils-XS
Install perl-List-MoreUtils-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-List-MoreUtils-XS
using yum
by running the following command:
sudo yum -y install perl-List-MoreUtils-XS
How To Uninstall perl-List-MoreUtils-XS on Rocky Linux 8
To uninstall only the perl-List-MoreUtils-XS
package we can use the following command:
sudo dnf remove perl-List-MoreUtils-XS
perl-List-MoreUtils-XS Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/fd6f8bcc7109132351e395a6bced4d851dc0bb
/usr/lib64/perl5/vendor_perl/List
/usr/lib64/perl5/vendor_perl/List/MoreUtils
/usr/lib64/perl5/vendor_perl/List/MoreUtils/XS.pm
/usr/lib64/perl5/vendor_perl/auto/List
/usr/lib64/perl5/vendor_perl/auto/List/MoreUtils
/usr/lib64/perl5/vendor_perl/auto/List/MoreUtils/XS
/usr/lib64/perl5/vendor_perl/auto/List/MoreUtils/XS/XS.so
/usr/share/doc/perl-List-MoreUtils-XS
/usr/share/doc/perl-List-MoreUtils-XS/Changes
/usr/share/doc/perl-List-MoreUtils-XS/MAINTAINER.md
/usr/share/doc/perl-List-MoreUtils-XS/README.md
/usr/share/licenses/perl-List-MoreUtils-XS
/usr/share/licenses/perl-List-MoreUtils-XS/ARTISTIC-1.0
/usr/share/licenses/perl-List-MoreUtils-XS/GPL-1
/usr/share/licenses/perl-List-MoreUtils-XS/LICENSE
/usr/share/man/man3/List::MoreUtils::XS.3pm.gz
References
Summary
In this tutorial we learn how to install perl-List-MoreUtils-XS
on Rocky Linux 8 using yum and dnf.