How To Install jackson-module-jaxb-annotations on Fedora 36

In this tutorial we learn how to install jackson-module-jaxb-annotations in Fedora 36. jackson-module-jaxb-annotations is Support for using JAXB annotations as an alternative to “native” Jackson annotations

Introduction

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

What is jackson-module-jaxb-annotations

This Jackson extension module provides support for using JAXB (javax.xml.bind) annotations as an alternative to native Jackson annotations. It is most often used to make it easier to reuse existing data beans that used with JAXB framework to read and write XML.

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

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

sudo dnf -y install jackson-module-jaxb-annotations

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

sudo yum -y install jackson-module-jaxb-annotations

How To Uninstall jackson-module-jaxb-annotations on Fedora 36

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

sudo dnf remove jackson-module-jaxb-annotations

jackson-module-jaxb-annotations Package Contents on Fedora 36

/usr/share/doc/jackson-module-jaxb-annotations
/usr/share/doc/jackson-module-jaxb-annotations/README.md
/usr/share/doc/jackson-module-jaxb-annotations/release-notes
/usr/share/doc/jackson-module-jaxb-annotations/release-notes/CREDITS
/usr/share/doc/jackson-module-jaxb-annotations/release-notes/VERSION
/usr/share/java/jackson-modules
/usr/share/java/jackson-modules/jackson-module-jaxb-annotations.jar
/usr/share/licenses/jackson-module-jaxb-annotations
/usr/share/licenses/jackson-module-jaxb-annotations/LICENSE
/usr/share/licenses/jackson-module-jaxb-annotations/NOTICE
/usr/share/maven-metadata/jackson-modules-base-jackson-module-jaxb-annotations.xml
/usr/share/maven-poms/jackson-modules
/usr/share/maven-poms/jackson-modules/jackson-module-jaxb-annotations.pom

References

Summary

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