How To Install perl-Math-Factor-XS on Fedora 36

In this tutorial we learn how to install perl-Math-Factor-XS in Fedora 36. perl-Math-Factor-XS is Factorize numbers and calculate matching multiplications

Introduction

In this tutorial we learn how to install perl-Math-Factor-XS on Fedora 36.

What is perl-Math-Factor-XS

Math

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

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

sudo dnf -y install perl-Math-Factor-XS

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

sudo yum -y install perl-Math-Factor-XS

How To Uninstall perl-Math-Factor-XS on Fedora 36

To uninstall only the perl-Math-Factor-XS package we can use the following command:

sudo dnf remove perl-Math-Factor-XS

perl-Math-Factor-XS Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/34afea945784e112951bfec118f92d17c63046
/usr/lib64/perl5/vendor_perl/Math
/usr/lib64/perl5/vendor_perl/Math/Factor
/usr/lib64/perl5/vendor_perl/Math/Factor/XS.pm
/usr/lib64/perl5/vendor_perl/auto/Math
/usr/lib64/perl5/vendor_perl/auto/Math/Factor
/usr/lib64/perl5/vendor_perl/auto/Math/Factor/XS
/usr/lib64/perl5/vendor_perl/auto/Math/Factor/XS/XS.so
/usr/share/doc/perl-Math-Factor-XS
/usr/share/doc/perl-Math-Factor-XS/Changes
/usr/share/doc/perl-Math-Factor-XS/README
/usr/share/doc/perl-Math-Factor-XS/scripts
/usr/share/doc/perl-Math-Factor-XS/scripts/factors_matches.pl
/usr/share/man/man3/Math::Factor::XS.3pm.gz

References

Summary

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