How to Install and Uninstall xmlunit.noarch Package on Amazon Linux 2

Last updated: November 25,2024

1. Install "xmlunit.noarch" package

Please follow the step by step instructions below to install xmlunit.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install xmlunit.noarch

2. Uninstall "xmlunit.noarch" package

This tutorial shows how to uninstall xmlunit.noarch on Amazon Linux 2:

$ sudo yum remove xmlunit.noarch $ sudo yum autoremove

3. Information about the xmlunit.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : xmlunit
Arch : noarch
Version : 1.4
Release : 6.amzn2
Size : 354 k
Repo : amzn2-core/2/x86_64
Summary : Provides classes to do asserts on xml
URL : http://xmlunit.sourceforge.net/
License : BSD
Description : XMLUnit extends JUnit to simplify unit testing of XML. It compares
: a control XML document to a test document or the result of a
: transformation, validates documents against a DTD, and (from v0.5)
: compares the results of XPath expressions.