How to Install and Uninstall pki-jackson-module-jaxb-annotations.noarch Package on Oracle Linux 9

Last updated: October 07,2024

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

Here is a brief guide to show you how to install pki-jackson-module-jaxb-annotations.noarch on Oracle Linux 9

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

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

This guide covers the steps necessary to uninstall pki-jackson-module-jaxb-annotations.noarch on Oracle Linux 9:

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

3. Information about the pki-jackson-module-jaxb-annotations.noarch package on Oracle Linux 9

Last metadata expiration check: 3:39:06 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pki-jackson-module-jaxb-annotations
Version : 2.14.1
Release : 2.el9
Architecture : noarch
Size : 55 k
Source : jackson-modules-base-2.14.1-2.el9.src.rpm
Repository : ol9_appstream
Summary : Support for using JAXB annotations as an alternative to "native" Jackson annotations
URL : https://github.com/FasterXML/jackson-modules-base
License : Apache-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.