How to Install and Uninstall mingw32-expat.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "mingw32-expat.noarch" package

This is a short guide on how to install mingw32-expat.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install mingw32-expat.noarch

2. Uninstall "mingw32-expat.noarch" package

This guide let you learn how to uninstall mingw32-expat.noarch on Fedora 36:

$ sudo dnf remove mingw32-expat.noarch $ sudo dnf autoremove

3. Information about the mingw32-expat.noarch package on Fedora 36

Last metadata expiration check: 2:09:19 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mingw32-expat
Version : 2.4.6
Release : 1.fc36
Architecture : noarch
Size : 136 k
Source : mingw-expat-2.4.6-1.fc36.src.rpm
Repository : fedora
Summary : MinGW Windows port of expat 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.