How To Install apache-commons-collections-testframework on Fedora 36

In this tutorial we learn how to install apache-commons-collections-testframework in Fedora 36. apache-commons-collections-testframework is Testframework for apache-commons-collections

Introduction

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

What is apache-commons-collections-testframework

Testframework for apache-commons-collections.

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

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

sudo dnf -y install apache-commons-collections-testframework

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

sudo yum -y install apache-commons-collections-testframework

How To Uninstall apache-commons-collections-testframework on Fedora 36

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

sudo dnf remove apache-commons-collections-testframework

apache-commons-collections-testframework Package Contents on Fedora 36

/usr/share/java/apache-commons-collections-testframework.jar
/usr/share/java/commons-collections-testframework.jar
/usr/share/maven-metadata/apache-commons-collections-testframework.xml

References

Summary

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