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

Last updated: September 20,2024

1. Install "mingw32-expat.noarch" package

Please follow the instructions below to install mingw32-expat.noarch on Fedora 34

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

2. Uninstall "mingw32-expat.noarch" package

This tutorial shows how to uninstall mingw32-expat.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:50:20 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mingw32-expat
Version : 2.4.6
Release : 1.fc34
Architecture : noarch
Size : 133 k
Source : mingw-expat-2.4.6-1.fc34.src.rpm
Repository : updates
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.