How To Install perl-Diff-LibXDiff on Fedora 36

In this tutorial we learn how to install perl-Diff-LibXDiff in Fedora 36. perl-Diff-LibXDiff is Calculate a diff with LibXDiff (via XS)

Introduction

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

What is perl-Diff-LibXDiff

Diff

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

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

sudo dnf -y install perl-Diff-LibXDiff

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

sudo yum -y install perl-Diff-LibXDiff

How To Uninstall perl-Diff-LibXDiff on Fedora 36

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

sudo dnf remove perl-Diff-LibXDiff

perl-Diff-LibXDiff Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/27e709030b5234a3661c94f259015afa4279bd
/usr/lib64/perl5/vendor_perl/Diff
/usr/lib64/perl5/vendor_perl/Diff/LibXDiff.pm
/usr/lib64/perl5/vendor_perl/auto/Diff
/usr/lib64/perl5/vendor_perl/auto/Diff/LibXDiff
/usr/lib64/perl5/vendor_perl/auto/Diff/LibXDiff/LibXDiff.so
/usr/share/doc/perl-Diff-LibXDiff
/usr/share/doc/perl-Diff-LibXDiff/Changes
/usr/share/doc/perl-Diff-LibXDiff/README
/usr/share/licenses/perl-Diff-LibXDiff
/usr/share/licenses/perl-Diff-LibXDiff/LICENSE-Diff-LibXDiff-Artistic
/usr/share/licenses/perl-Diff-LibXDiff/LICENSE-Diff-LibXDiff-GPL
/usr/share/licenses/perl-Diff-LibXDiff/LICENSE-libxdiff-LGPL
/usr/share/man/man3/Diff::LibXDiff.3pm.gz

References

Summary

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