How To Install jackson-annotations on Fedora 36

In this tutorial we learn how to install jackson-annotations in Fedora 36. jackson-annotations is Core annotations for Jackson data processor

Introduction

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

What is jackson-annotations

Core annotations used for value types, used by Jackson data-binding package.

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

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

sudo dnf -y install jackson-annotations

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

sudo yum -y install jackson-annotations

How To Uninstall jackson-annotations on Fedora 36

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

sudo dnf remove jackson-annotations

jackson-annotations Package Contents on Fedora 36

/usr/share/doc/jackson-annotations
/usr/share/doc/jackson-annotations/README.md
/usr/share/doc/jackson-annotations/VERSION-2.x
/usr/share/java/jackson-annotations.jar
/usr/share/licenses/jackson-annotations
/usr/share/licenses/jackson-annotations/LICENSE
/usr/share/maven-metadata/jackson-annotations.xml
/usr/share/maven-poms/jackson-annotations.pom

References

Summary

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