How To Install maven-plugin-descriptor on Fedora 36

In this tutorial we learn how to install maven-plugin-descriptor in Fedora 36. maven-plugin-descriptor is Maven Plugin Description Model

Introduction

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

What is maven-plugin-descriptor

Maven Plugin Description Model http ASL 2.0 Maven plugin descriptor artifact

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

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

sudo dnf -y install maven-plugin-descriptor

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

sudo yum -y install maven-plugin-descriptor

How To Uninstall maven-plugin-descriptor on Fedora 36

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

sudo dnf remove maven-plugin-descriptor

maven-plugin-descriptor Package Contents on Fedora 36

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

References

Summary

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