How to Install and Uninstall expat.i686 Package on AlmaLinux 9

Last updated: October 06,2024

1. Install "expat.i686" package

This tutorial shows how to install expat.i686 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install expat.i686

2. Uninstall "expat.i686" package

Here is a brief guide to show you how to uninstall expat.i686 on AlmaLinux 9:

$ sudo dnf remove expat.i686 $ sudo dnf autoremove

3. Information about the expat.i686 package on AlmaLinux 9

Last metadata expiration check: 1:26:15 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : expat
Version : 2.5.0
Release : 1.el9
Architecture : i686
Size : 119 k
Source : expat-2.5.0-1.el9.src.rpm
Repository : baseos
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.