How to Install and Uninstall xerces-c.i686 Package on Amazon Linux 2

Last updated: May 04,2024

1. Install "xerces-c.i686" package

Please follow the guidelines below to install xerces-c.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install xerces-c.i686

2. Uninstall "xerces-c.i686" package

Please follow the steps below to uninstall xerces-c.i686 on Amazon Linux 2:

$ sudo yum remove xerces-c.i686 $ sudo yum autoremove

3. Information about the xerces-c.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : xerces-c
Arch : i686
Version : 3.1.1
Release : 10.amzn2
Size : 967 k
Repo : amzn2-core/2/x86_64
Summary : Validating XML Parser
URL : http://xml.apache.org/xerces-c/
License : ASL 2.0
Description : Xerces-C is a validating XML parser written in a portable
: subset of C++. Xerces-C makes it easy to give your application the
: ability to read and write XML data. A shared library is provided
: for parsing, generating, manipulating, and validating XML
: documents. Xerces-C is faithful to the XML 1.0 recommendation and
: associated standards: XML 1.0 (Third Edition), XML 1.1 (First
: Edition), DOM Level 1, 2, 3 Core, DOM Level 2.0 Traversal and
: Range, DOM Level 3.0 Load and Save, SAX 1.0 and SAX 2.0,
: Namespaces in XML, Namespaces in XML 1.1, XML Schema, XML
: Inclusions).