How to Install and Uninstall xerces-c.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 25,2024

1. Install "xerces-c.x86_64" package

This is a short guide on how to install xerces-c.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install xerces-c.x86_64

2. Uninstall "xerces-c.x86_64" package

Please follow the step by step instructions below to uninstall xerces-c.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove xerces-c.x86_64 $ sudo dnf autoremove

3. Information about the xerces-c.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:26:06 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : xerces-c
Version : 3.2.5
Release : 1.el8
Architecture : x86_64
Size : 985 k
Source : xerces-c-3.2.5-1.el8.src.rpm
Repository : epel
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).