How to Install and Uninstall expat.i686 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "expat.i686" package

Please follow the steps below to install expat.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install expat.i686

2. Uninstall "expat.i686" package

In this section, we are going to explain the necessary steps to uninstall expat.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove expat.i686 $ sudo dnf autoremove

3. Information about the expat.i686 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:32:01 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : expat
Version : 2.2.5
Release : 11.el8
Architecture : i686
Size : 113 k
Source : expat-2.2.5-11.el8.src.rpm
Repository : ubi-8-baseos-rpms
Summary : An XML parser library
URL : https://libexpat.github.io/
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.