How To Install maven-plugin-registry on Fedora 36

In this tutorial we learn how to install maven-plugin-registry in Fedora 36. maven-plugin-registry is Compatibility Maven plugin registry artifact

Introduction

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

What is maven-plugin-registry

Maven plugin registry artifact

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

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

sudo dnf -y install maven-plugin-registry

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

sudo yum -y install maven-plugin-registry

How To Uninstall maven-plugin-registry on Fedora 36

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

sudo dnf remove maven-plugin-registry

maven-plugin-registry Package Contents on Fedora 36

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

References

Summary

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