How To Install xmlunit-legacy on Fedora 36

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

Introduction

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

What is xmlunit-legacy

This package provides Legacy package for xmlunit.

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

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

sudo dnf -y install xmlunit-legacy

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

sudo yum -y install xmlunit-legacy

How To Uninstall xmlunit-legacy on Fedora 36

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

sudo dnf remove xmlunit-legacy

xmlunit-legacy Package Contents on Fedora 36

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

References

Summary

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