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

Last updated: October 09,2024

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

This guide covers the steps necessary to install pki-jackson-module-jaxb-annotations.noarch on CentOS Stream 9

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

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

Please follow the steps below to uninstall pki-jackson-module-jaxb-annotations.noarch on CentOS Stream 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 CentOS Stream 9

Last metadata expiration check: 2:49:06 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : pki-jackson-module-jaxb-annotations
Version : 2.14.1
Release : 2.el9
Architecture : noarch
Size : 48 k
Source : jackson-modules-base-2.14.1-2.el9.src.rpm
Repository : 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.