How To Install aqute-bndlib on Fedora 36

In this tutorial we learn how to install aqute-bndlib in Fedora 36. aqute-bndlib is BND library

Introduction

In this tutorial we learn how to install aqute-bndlib on Fedora 36.

What is aqute-bndlib

BND library.

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

Install aqute-bndlib 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 aqute-bndlib using dnf by running the following command:

sudo dnf -y install aqute-bndlib

Install aqute-bndlib 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 aqute-bndlib using yum by running the following command:

sudo yum -y install aqute-bndlib

How To Uninstall aqute-bndlib on Fedora 36

To uninstall only the aqute-bndlib package we can use the following command:

sudo dnf remove aqute-bndlib

aqute-bndlib Package Contents on Fedora 36

/usr/share/java/aqute-bnd
/usr/share/java/aqute-bnd/aQute.libg.jar
/usr/share/java/aqute-bnd/biz.aQute.bnd.annotation.jar
/usr/share/java/aqute-bnd/biz.aQute.bndlib.jar
/usr/share/licenses/aqute-bndlib
/usr/share/licenses/aqute-bndlib/LICENSE
/usr/share/maven-metadata/aqute-bnd-bndlib.xml
/usr/share/maven-poms/aqute-bnd
/usr/share/maven-poms/aqute-bnd/aQute.libg.pom
/usr/share/maven-poms/aqute-bnd/biz.aQute.bnd.annotation.pom
/usr/share/maven-poms/aqute-bnd/biz.aQute.bndlib.pom

References

Summary

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