How to Install and Uninstall expat.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 01,2024

1. Install "expat.x86_64" package

Please follow the instructions below to install expat.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install expat.x86_64

2. Uninstall "expat.x86_64" package

Please follow the step by step instructions below to uninstall expat.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove expat.x86_64 $ sudo yum autoremove

3. Information about the expat.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : expat
Arch : x86_64
Version : 2.1.0
Release : 12.el7
Size : 203 k
Repo : installed
From repo : anaconda
Summary : An XML parser library
URL : http://www.libexpat.org/
License : MIT
Description : This is expat, the C library for parsing XML, written by James
: Clark. Expat is a stream oriented XML parser. This means that you
: register handlers with the parser prior to starting the parse.
: These handlers are called when the parser discovers the associated
: structures in the document being parsed. A start tag is an example
: of the kind of structures for which you may register handlers.