How To Install xmlunit-placeholders on Fedora 36

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

Introduction

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

What is xmlunit-placeholders

This package provides Placeholders for xmlunit.

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

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

sudo dnf -y install xmlunit-placeholders

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

sudo yum -y install xmlunit-placeholders

How To Uninstall xmlunit-placeholders on Fedora 36

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

sudo dnf remove xmlunit-placeholders

xmlunit-placeholders Package Contents on Fedora 36

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

References

Summary

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