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

Last updated: September 24,2024

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

This guide covers the steps necessary to install perl-XML-Merge.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 1:51:36 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-XML-Merge
Version : 1.4
Release : 16.fc35
Architecture : noarch
Size : 36 k
Source : perl-XML-Merge-1.4-16.fc35.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.