How To Install spec-version-maven-plugin on Fedora 36

In this tutorial we learn how to install spec-version-maven-plugin in Fedora 36. spec-version-maven-plugin is Spec Version Maven Plugin

Introduction

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

What is spec-version-maven-plugin

Maven Plugin to configure APIs version and specs in a MANIFEST.MF file.

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

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

sudo dnf -y install spec-version-maven-plugin

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

sudo yum -y install spec-version-maven-plugin

How To Uninstall spec-version-maven-plugin on Fedora 36

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

sudo dnf remove spec-version-maven-plugin

spec-version-maven-plugin Package Contents on Fedora 36

/usr/share/doc/spec-version-maven-plugin
/usr/share/doc/spec-version-maven-plugin/README.md
/usr/share/java/spec-version-maven-plugin.jar
/usr/share/licenses/spec-version-maven-plugin
/usr/share/licenses/spec-version-maven-plugin/LICENSE
/usr/share/maven-metadata/spec-version-maven-plugin.xml
/usr/share/maven-poms/spec-version-maven-plugin.pom

References

Summary

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