How To Install perl-List-MoreUtils-XS on Fedora 36

In this tutorial we learn how to install perl-List-MoreUtils-XS in Fedora 36. perl-List-MoreUtils-XS is Provide compiled List

Introduction

In this tutorial we learn how to install perl-List-MoreUtils-XS on Fedora 36.

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 Fedora 36. 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 Fedora 36 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 Fedora 36 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 Fedora 36

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 Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/711260f37dfbd8ca7182d0ecb590fcb268e078
/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 Fedora 36 using yum and [dnf]((/fedora/36/dnf/).