How To Install perl-XML-DifferenceMarkup on Fedora 36

In this tutorial we learn how to install perl-XML-DifferenceMarkup in Fedora 36. perl-XML-DifferenceMarkup is XML diff and merge

Introduction

In this tutorial we learn how to install perl-XML-DifferenceMarkup on Fedora 36.

What is perl-XML-DifferenceMarkup

This module implements an XML diff producing XML output. Both input and output are DOM documents, as implemented by XML

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

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

sudo dnf -y install perl-XML-DifferenceMarkup

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

sudo yum -y install perl-XML-DifferenceMarkup

How To Uninstall perl-XML-DifferenceMarkup on Fedora 36

To uninstall only the perl-XML-DifferenceMarkup package we can use the following command:

sudo dnf remove perl-XML-DifferenceMarkup

perl-XML-DifferenceMarkup Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/09
/usr/lib/.build-id/09/287149a01cbd4c84b666cd53f4ed1b3a305f65
/usr/lib64/perl5/vendor_perl/XML
/usr/lib64/perl5/vendor_perl/XML/DifferenceMarkup.pm
/usr/lib64/perl5/vendor_perl/auto/XML
/usr/lib64/perl5/vendor_perl/auto/XML/DifferenceMarkup
/usr/lib64/perl5/vendor_perl/auto/XML/DifferenceMarkup/DifferenceMarkup.so
/usr/share/doc/perl-XML-DifferenceMarkup
/usr/share/doc/perl-XML-DifferenceMarkup/Changes
/usr/share/doc/perl-XML-DifferenceMarkup/README
/usr/share/man/man3/XML::DifferenceMarkup.3pm.gz

References

Summary

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