How to Install and Uninstall perl-XML-Merge.noarch Package on Fedora 38

Last updated: September 28,2024

1. Install "perl-XML-Merge.noarch" package

This is a short guide on how to install perl-XML-Merge.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-XML-Merge.noarch

2. Uninstall "perl-XML-Merge.noarch" package

This tutorial shows how to uninstall perl-XML-Merge.noarch on Fedora 38:

$ sudo dnf remove perl-XML-Merge.noarch $ sudo dnf autoremove

3. Information about the perl-XML-Merge.noarch package on Fedora 38

Last metadata expiration check: 0:34:24 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-XML-Merge
Version : 1.4
Release : 20.fc38
Architecture : noarch
Size : 36 k
Source : perl-XML-Merge-1.4-20.fc38.src.rpm
Repository : fedora
Summary : Flexibly merge XML documents
URL : https://metacpan.org/release/XML-Merge
License : GPLv3
Description : This module inherits from XML::Tidy which in turn inherits from XML::XPath.
: This ensures that Merge objects' indenting can be tidied up after any merge
: operation since such modification usually spells the ruination of indentation.
: Polymorphism allows Merge objects to be utilized as normal XML::XPath objects
: as well.
: The merging behavior is setup to combine separate XML documents according to
: certain rules and configurable options. If both documents have root nodes which
: are elements of the same name, the documents are merged directly. Otherwise,
: one is merged as a child of the other. An optional XPath location can be
: specified as the place to perform the merge. If no location is specified, the
: merge is attempted at the first matching element or is appended as the new last
: child of the other root if no match is found.