How To Install jackson-parent on Fedora 36

In this tutorial we learn how to install jackson-parent in Fedora 36. jackson-parent is Parent pom for all Jackson components

Introduction

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

What is jackson-parent

Project for parent pom for all Jackson components.

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

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

sudo dnf -y install jackson-parent

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

sudo yum -y install jackson-parent

How To Uninstall jackson-parent on Fedora 36

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

sudo dnf remove jackson-parent

jackson-parent Package Contents on Fedora 36

/usr/share/doc/jackson-parent
/usr/share/doc/jackson-parent/README.md
/usr/share/licenses/jackson-parent
/usr/share/licenses/jackson-parent/LICENSE
/usr/share/maven-metadata/jackson-parent.xml
/usr/share/maven-poms/jackson-parent
/usr/share/maven-poms/jackson-parent/jackson-parent.pom

References

Summary

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