How To Install apache-commons-pool on Fedora 36

In this tutorial we learn how to install apache-commons-pool in Fedora 36. apache-commons-pool is Apache Commons Pool Package

Introduction

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

What is apache-commons-pool

The goal of Pool package is it to create and maintain an object (instance) pooling package to be distributed under the ASF license. The package should support a variety of pool implementations, but encourage support of an interface that makes these implementations interchangeable.

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

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

sudo dnf -y install apache-commons-pool

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

sudo yum -y install apache-commons-pool

How To Uninstall apache-commons-pool on Fedora 36

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

sudo dnf remove apache-commons-pool

apache-commons-pool Package Contents on Fedora 36

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

References

Summary

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