How To Install native-maven-plugin on Fedora 36

In this tutorial we learn how to install native-maven-plugin in Fedora 36. native-maven-plugin is Native Maven Plugin

Introduction

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

What is native-maven-plugin

Native Maven Plugin.

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

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

sudo dnf -y install native-maven-plugin

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

sudo yum -y install native-maven-plugin

How To Uninstall native-maven-plugin on Fedora 36

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

sudo dnf remove native-maven-plugin

native-maven-plugin Package Contents on Fedora 36

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

References

Summary

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