How To Install apache-commons-modeler on Fedora 36

In this tutorial we learn how to install apache-commons-modeler in Fedora 36. apache-commons-modeler is Model MBeans utility classes

Introduction

In this tutorial we learn how to install apache-commons-modeler on Fedora 36.

What is apache-commons-modeler

Commons Modeler makes the process of setting up JMX (Java Management Extensions) MBeans easier by configuring the required meta data using an XML descriptor. In addition, Modeler provides a factory mechanism to create the actual Model MBean instances.

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

Install apache-commons-modeler 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 apache-commons-modeler using dnf by running the following command:

sudo dnf -y install apache-commons-modeler

Install apache-commons-modeler 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 apache-commons-modeler using yum by running the following command:

sudo yum -y install apache-commons-modeler

How To Uninstall apache-commons-modeler on Fedora 36

To uninstall only the apache-commons-modeler package we can use the following command:

sudo dnf remove apache-commons-modeler

apache-commons-modeler Package Contents on Fedora 36

/usr/share/doc/apache-commons-modeler
/usr/share/doc/apache-commons-modeler/LICENSE.txt
/usr/share/doc/apache-commons-modeler/NOTICE.txt
/usr/share/doc/apache-commons-modeler/RELEASE-NOTES.txt
/usr/share/java/apache-commons-modeler.jar
/usr/share/java/commons-modeler.jar
/usr/share/maven-metadata/apache-commons-modeler.xml
/usr/share/maven-poms/apache-commons-modeler.pom
/usr/share/maven-poms/commons-modeler.pom

References

Summary

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