How To Install mojo-executor-maven-plugin on Fedora 36

In this tutorial we learn how to install mojo-executor-maven-plugin in Fedora 36. mojo-executor-maven-plugin is Maven plugin for mojo-executor

Introduction

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

What is mojo-executor-maven-plugin

Maven plugin for mojo-executor.

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

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

sudo dnf -y install mojo-executor-maven-plugin

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

sudo yum -y install mojo-executor-maven-plugin

How To Uninstall mojo-executor-maven-plugin on Fedora 36

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

sudo dnf remove mojo-executor-maven-plugin

mojo-executor-maven-plugin Package Contents on Fedora 36

/usr/share/java/mojo-executor
/usr/share/java/mojo-executor/mojo-executor-maven-plugin.jar
/usr/share/maven-metadata/mojo-executor-mojo-executor-maven-plugin.xml
/usr/share/maven-poms/mojo-executor
/usr/share/maven-poms/mojo-executor/mojo-executor-maven-plugin.pom

References

Summary

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