How To Install xmlunit-core on Fedora 36

In this tutorial we learn how to install xmlunit-core in Fedora 36. xmlunit-core is Core package for xmlunit

Introduction

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

What is xmlunit-core

This package provides Core package for xmlunit.

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

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

sudo dnf -y install xmlunit-core

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

sudo yum -y install xmlunit-core

How To Uninstall xmlunit-core on Fedora 36

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

sudo dnf remove xmlunit-core

xmlunit-core Package Contents on Fedora 36

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

References

Summary

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