How To Install bnd-maven-plugin on Fedora 36

In this tutorial we learn how to install bnd-maven-plugin in Fedora 36. bnd-maven-plugin is BND Maven plugin

Introduction

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

What is bnd-maven-plugin

BND Maven plugin.

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

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

sudo dnf -y install bnd-maven-plugin

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

sudo yum -y install bnd-maven-plugin

How To Uninstall bnd-maven-plugin on Fedora 36

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

sudo dnf remove bnd-maven-plugin

bnd-maven-plugin Package Contents on Fedora 36

/usr/share/java/aqute-bnd
/usr/share/java/aqute-bnd/bnd-baseline-maven-plugin-sources.jar
/usr/share/java/aqute-bnd/bnd-baseline-maven-plugin.jar
/usr/share/java/aqute-bnd/bnd-maven-plugin-sources.jar
/usr/share/java/aqute-bnd/bnd-maven-plugin.jar
/usr/share/maven-metadata/aqute-bnd-maven.xml
/usr/share/maven-poms/aqute-bnd
/usr/share/maven-poms/aqute-bnd/bnd-baseline-maven-plugin.pom
/usr/share/maven-poms/aqute-bnd/bnd-maven-plugin.pom

References

Summary

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