How To Install fasterxml-oss-parent on Fedora 36

In this tutorial we learn how to install fasterxml-oss-parent in Fedora 36. fasterxml-oss-parent is FasterXML parent pom

Introduction

In this tutorial we learn how to install fasterxml-oss-parent on Fedora 36.

What is fasterxml-oss-parent

FasterXML is the business behind the Woodstox streaming XML parser, Jackson streaming JSON parser, the Aalto non-blocking XML parser, and a growing family of utility libraries and extensions. FasterXML offers consulting services for adoption, performance tuning, and extension. This package contains the parent pom file for FasterXML.com projects.

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

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

sudo dnf -y install fasterxml-oss-parent

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

sudo yum -y install fasterxml-oss-parent

How To Uninstall fasterxml-oss-parent on Fedora 36

To uninstall only the fasterxml-oss-parent package we can use the following command:

sudo dnf remove fasterxml-oss-parent

fasterxml-oss-parent Package Contents on Fedora 36

/usr/share/doc/fasterxml-oss-parent
/usr/share/doc/fasterxml-oss-parent/README.creole
/usr/share/licenses/fasterxml-oss-parent
/usr/share/licenses/fasterxml-oss-parent/LICENSE
/usr/share/licenses/fasterxml-oss-parent/NOTICE
/usr/share/maven-metadata/fasterxml-oss-parent.xml
/usr/share/maven-poms/fasterxml-oss-parent
/usr/share/maven-poms/fasterxml-oss-parent/oss-parent.pom

References

Summary

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