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

Last updated: October 05,2024

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

This is a short guide on how to install jackson-module-jaxb-annotations.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall jackson-module-jaxb-annotations.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:12:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : jackson-module-jaxb-annotations
Version : 2.11.4
Release : 2.fc34
Architecture : noarch
Size : 46 k
Source : jackson-modules-base-2.11.4-2.fc34.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.