How To Install xml-maven-plugin on Fedora 36

In this tutorial we learn how to install xml-maven-plugin in Fedora 36. xml-maven-plugin is Maven XML Plugin

Introduction

In this tutorial we learn how to install xml-maven-plugin on Fedora 36.

What is xml-maven-plugin

A plugin for various XML related tasks like validation and transformation.

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

Install xml-maven-plugin 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 xml-maven-plugin using dnf by running the following command:

sudo dnf -y install xml-maven-plugin

Install xml-maven-plugin 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 xml-maven-plugin using yum by running the following command:

sudo yum -y install xml-maven-plugin

How To Uninstall xml-maven-plugin on Fedora 36

To uninstall only the xml-maven-plugin package we can use the following command:

sudo dnf remove xml-maven-plugin

xml-maven-plugin Package Contents on Fedora 36

/usr/share/java/xml-maven-plugin
/usr/share/java/xml-maven-plugin/xml-maven-plugin.jar
/usr/share/licenses/xml-maven-plugin
/usr/share/licenses/xml-maven-plugin/LICENSE.txt
/usr/share/licenses/xml-maven-plugin/NOTICE.txt
/usr/share/maven-metadata/xml-maven-plugin.xml
/usr/share/maven-poms/xml-maven-plugin
/usr/share/maven-poms/xml-maven-plugin/xml-maven-plugin.pom

References

Summary

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