How to Install and Uninstall perl-XML-SemanticDiff.noarch Package on Oracle Linux 9

Last updated: July 01,2024

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

This tutorial shows how to install perl-XML-SemanticDiff.noarch on Oracle Linux 9

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

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

Learn how to uninstall perl-XML-SemanticDiff.noarch on Oracle Linux 9:

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

3. Information about the perl-XML-SemanticDiff.noarch package on Oracle Linux 9

Last metadata expiration check: 3:15:47 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-XML-SemanticDiff
Version : 1.0007
Release : 5.el9
Architecture : noarch
Size : 43 k
Source : perl-XML-SemanticDiff-1.0007-5.el9.src.rpm
Repository : epel
Summary : Perl extension for comparing XML documents
URL : https://metacpan.org/release/XML-SemanticDiff
License : GPL+ or Artistic
Description : XML::SemanticDiff provides a way to compare the contents and structure of two
: XML documents. By default, it returns a list of hashrefs where each hashref
: describes a single difference between the two docs.