How To Install jackson-modules-base on Fedora 36

In this tutorial we learn how to install jackson-modules-base in Fedora 36. jackson-modules-base is Jackson modules

Introduction

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

What is jackson-modules-base

Jackson “base” modules and are not data-type, data format, or JAX-RS provider modules.

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

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

sudo dnf -y install jackson-modules-base

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

sudo yum -y install jackson-modules-base

How To Uninstall jackson-modules-base on Fedora 36

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

sudo dnf remove jackson-modules-base

jackson-modules-base Package Contents on Fedora 36

/usr/share/doc/jackson-modules-base
/usr/share/doc/jackson-modules-base/README.md
/usr/share/doc/jackson-modules-base/release-notes
/usr/share/doc/jackson-modules-base/release-notes/CREDITS-2.x
/usr/share/doc/jackson-modules-base/release-notes/VERSION-2.x
/usr/share/licenses/jackson-modules-base
/usr/share/licenses/jackson-modules-base/LICENSE
/usr/share/licenses/jackson-modules-base/NOTICE
/usr/share/maven-metadata/jackson-modules-base-jackson-modules-base.xml
/usr/share/maven-poms/jackson-modules
/usr/share/maven-poms/jackson-modules/jackson-modules-base.pom

References

Summary

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