How to Install and Uninstall expat.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "expat.x86_64" package

This guide let you learn how to install expat.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install expat.x86_64

2. Uninstall "expat.x86_64" package

This guide covers the steps necessary to uninstall expat.x86_64 on Fedora 34:

$ sudo dnf remove expat.x86_64 $ sudo dnf autoremove

3. Information about the expat.x86_64 package on Fedora 34

Last metadata expiration check: 5:31:23 ago on Tue Sep 6 08:10:37 2022.
Installed Packages
Name : expat
Version : 2.4.7
Release : 1.fc34
Architecture : x86_64
Size : 298 k
Source : expat-2.4.7-1.fc34.src.rpm
Repository : @System
From repo : updates
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.