How To Install perl-Algorithm-Diff-XS on Fedora 36

In this tutorial we learn how to install perl-Algorithm-Diff-XS in Fedora 36. perl-Algorithm-Diff-XS is Algorithm

Introduction

In this tutorial we learn how to install perl-Algorithm-Diff-XS on Fedora 36.

What is perl-Algorithm-Diff-XS

Drop-in replacement to Algorithm will run much faster for large data sets.

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

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

sudo dnf -y install perl-Algorithm-Diff-XS

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

sudo yum -y install perl-Algorithm-Diff-XS

How To Uninstall perl-Algorithm-Diff-XS on Fedora 36

To uninstall only the perl-Algorithm-Diff-XS package we can use the following command:

sudo dnf remove perl-Algorithm-Diff-XS

perl-Algorithm-Diff-XS Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/96
/usr/lib/.build-id/96/4209b3bf002e57f0494bdc9714ce9e468fe5f3
/usr/lib64/perl5/vendor_perl/Algorithm
/usr/lib64/perl5/vendor_perl/Algorithm/Diff
/usr/lib64/perl5/vendor_perl/Algorithm/Diff/XS.pm
/usr/lib64/perl5/vendor_perl/auto/Algorithm
/usr/lib64/perl5/vendor_perl/auto/Algorithm/Diff
/usr/lib64/perl5/vendor_perl/auto/Algorithm/Diff/XS
/usr/lib64/perl5/vendor_perl/auto/Algorithm/Diff/XS/XS.so
/usr/share/doc/perl-Algorithm-Diff-XS
/usr/share/doc/perl-Algorithm-Diff-XS/Changes
/usr/share/doc/perl-Algorithm-Diff-XS/README
/usr/share/man/man3/Algorithm::Diff::XS.3pm.gz

References

Summary

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