How to Install and Uninstall expat.src Package on Oracle Linux 8

Last updated: October 07,2024

1. Install "expat.src" package

In this section, we are going to explain the necessary steps to install expat.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install expat.src

2. Uninstall "expat.src" package

Please follow the guidelines below to uninstall expat.src on Oracle Linux 8:

$ sudo dnf remove expat.src $ sudo dnf autoremove

3. Information about the expat.src package on Oracle Linux 8

Last metadata expiration check: 4:02:32 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : expat
Version : 2.2.5
Release : 8.0.1.el8_6.2
Architecture : src
Size : 7.9 M
Source : None
Repository : ol8_baseos_latest
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.