How to Install and Uninstall ws-jaxme.noarch Package on Amazon Linux 2

Last updated: September 21,2024

1. Install "ws-jaxme.noarch" package

Learn how to install ws-jaxme.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install ws-jaxme.noarch

2. Uninstall "ws-jaxme.noarch" package

Please follow the instructions below to uninstall ws-jaxme.noarch on Amazon Linux 2:

$ sudo yum remove ws-jaxme.noarch $ sudo yum autoremove

3. Information about the ws-jaxme.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : ws-jaxme
Arch : noarch
Version : 0.5.2
Release : 10.amzn2
Size : 1.1 M
Repo : amzn2-core/2/x86_64
Summary : Open source implementation of JAXB
URL : http://ws.apache.org/jaxme/
License : ASL 2.0
Description : A Java/XML binding compiler takes as input a schema
: description (in most cases an XML schema, but it may
: be a DTD, a RelaxNG schema, a Java class inspected
: via reflection, or a database schema). The output is
: a set of Java classes:
: * A Java bean class matching the schema description.
: (If the schema was obtained via Java reflection,
: the original Java bean class.)
: * Read a conforming XML document and convert it into
: the equivalent Java bean.
: * Vice versa, marshal the Java bean back into the
: original XML document.