How to Install and Uninstall jackson-module-jaxb-annotations.noarch Package on Fedora 36

Last updated: May 18,2024

1. Install "jackson-module-jaxb-annotations.noarch" package

This guide let you learn how to install jackson-module-jaxb-annotations.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install jackson-module-jaxb-annotations.noarch

2. Uninstall "jackson-module-jaxb-annotations.noarch" package

This tutorial shows how to uninstall jackson-module-jaxb-annotations.noarch on Fedora 36:

$ sudo dnf remove jackson-module-jaxb-annotations.noarch $ sudo dnf autoremove

3. Information about the jackson-module-jaxb-annotations.noarch package on Fedora 36

Last metadata expiration check: 4:05:16 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : jackson-module-jaxb-annotations
Version : 2.11.4
Release : 7.fc36
Architecture : noarch
Size : 47 k
Source : jackson-modules-base-2.11.4-7.fc36.src.rpm
Repository : fedora
Summary : Support for using JAXB annotations as an alternative to "native" Jackson annotations
URL : https://github.com/FasterXML/jackson-modules-base
License : ASL 2.0
Description : 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.