How To Install perl-match-simple-XS on Fedora 36

In this tutorial we learn how to install perl-match-simple-XS in Fedora 36. perl-match-simple-XS is XS backend for match

Introduction

In this tutorial we learn how to install perl-match-simple-XS on Fedora 36.

What is perl-match-simple-XS

XS backend for match

We can use yum or dnf to install perl-match-simple-XS on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-match-simple-XS.

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

sudo dnf -y install perl-match-simple-XS

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

sudo yum -y install perl-match-simple-XS

How To Uninstall perl-match-simple-XS on Fedora 36

To uninstall only the perl-match-simple-XS package we can use the following command:

sudo dnf remove perl-match-simple-XS

perl-match-simple-XS Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/7506517ce2912123880e14260f816aa95a7c63
/usr/lib64/perl5/vendor_perl/auto/match
/usr/lib64/perl5/vendor_perl/auto/match/simple
/usr/lib64/perl5/vendor_perl/auto/match/simple/XS
/usr/lib64/perl5/vendor_perl/auto/match/simple/XS/XS.so
/usr/lib64/perl5/vendor_perl/match
/usr/lib64/perl5/vendor_perl/match/simple
/usr/lib64/perl5/vendor_perl/match/simple/XS.pm
/usr/share/doc/perl-match-simple-XS
/usr/share/doc/perl-match-simple-XS/CONTRIBUTING
/usr/share/doc/perl-match-simple-XS/COPYRIGHT
/usr/share/doc/perl-match-simple-XS/CREDITS
/usr/share/doc/perl-match-simple-XS/Changes
/usr/share/doc/perl-match-simple-XS/README
/usr/share/licenses/perl-match-simple-XS
/usr/share/licenses/perl-match-simple-XS/LICENSE
/usr/share/man/man3/match::simple::XS.3pm.gz

References

Summary

In this tutorial we learn how to install perl-match-simple-XS on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).