How To Install apache-commons-parent on Fedora 36

In this tutorial we learn how to install apache-commons-parent in Fedora 36. apache-commons-parent is Apache Commons Parent Pom

Introduction

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

What is apache-commons-parent

The Project Object Model files for the apache-commons packages.

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

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

sudo dnf -y install apache-commons-parent

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

sudo yum -y install apache-commons-parent

How To Uninstall apache-commons-parent on Fedora 36

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

sudo dnf remove apache-commons-parent

apache-commons-parent Package Contents on Fedora 36

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

References

Summary

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