How To Install xmlunit-matchers on Fedora 36

In this tutorial we learn how to install xmlunit-matchers in Fedora 36. xmlunit-matchers is Matchers for xmlunit

Introduction

In this tutorial we learn how to install xmlunit-matchers on Fedora 36.

What is xmlunit-matchers

This package provides Matchers for xmlunit.

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

Install xmlunit-matchers 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 xmlunit-matchers using dnf by running the following command:

sudo dnf -y install xmlunit-matchers

Install xmlunit-matchers 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 xmlunit-matchers using yum by running the following command:

sudo yum -y install xmlunit-matchers

How To Uninstall xmlunit-matchers on Fedora 36

To uninstall only the xmlunit-matchers package we can use the following command:

sudo dnf remove xmlunit-matchers

xmlunit-matchers Package Contents on Fedora 36

/usr/share/java/xmlunit
/usr/share/java/xmlunit/xmlunit-matchers.jar
/usr/share/maven-metadata/xmlunit-xmlunit-matchers.xml
/usr/share/maven-poms/xmlunit
/usr/share/maven-poms/xmlunit/xmlunit-matchers.pom

References

Summary

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