How To Install apache-commons-digester on Fedora 36

In this tutorial we learn how to install apache-commons-digester in Fedora 36. apache-commons-digester is XML to Java object mapping module

Introduction

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

What is apache-commons-digester

Many projects read XML configuration files to provide initialization of various Java objects within the system. There are several ways of doing this, and the Digester component was designed to provide a common implementation that can be used in many different projects

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

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

sudo dnf -y install apache-commons-digester

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

sudo yum -y install apache-commons-digester

How To Uninstall apache-commons-digester on Fedora 36

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

sudo dnf remove apache-commons-digester

apache-commons-digester Package Contents on Fedora 36

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

References

Summary

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