How to Install and Uninstall jettison.noarch Package on Amazon Linux 2

Last updated: October 06,2024

1. Install "jettison.noarch" package

In this section, we are going to explain the necessary steps to install jettison.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install jettison.noarch

2. Uninstall "jettison.noarch" package

This tutorial shows how to uninstall jettison.noarch on Amazon Linux 2:

$ sudo yum remove jettison.noarch $ sudo yum autoremove

3. Information about the jettison.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : jettison
Arch : noarch
Version : 1.3.3
Release : 4.amzn2
Size : 81 k
Repo : amzn2-core/2/x86_64
Summary : A JSON StAX implementation
URL : http://jettison.codehaus.org/
License : ASL 2.0
Description : Jettison is a collection of Java APIs (like STaX and DOM) which
: read and write JSON. This allows nearly transparent enablement of
: JSON based web services in services frameworks like CXF or XML
: serialization frameworks like XStream.