How To Install maven-archetype-descriptor on Fedora 36

In this tutorial we learn how to install maven-archetype-descriptor in Fedora 36. maven-archetype-descriptor is Maven Archetype Descriptor model

Introduction

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

What is maven-archetype-descriptor

Maven Archetype Descriptor model.

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

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

sudo dnf -y install maven-archetype-descriptor

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

sudo yum -y install maven-archetype-descriptor

How To Uninstall maven-archetype-descriptor on Fedora 36

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

sudo dnf remove maven-archetype-descriptor

maven-archetype-descriptor Package Contents on Fedora 36

/usr/share/java/maven-archetype
/usr/share/java/maven-archetype/archetype-descriptor.jar
/usr/share/maven-metadata/maven-archetype-archetype-descriptor.xml
/usr/share/maven-poms/maven-archetype
/usr/share/maven-poms/maven-archetype/archetype-descriptor.pom

References

Summary

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