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

Last updated: May 05,2024

1. Install "mingw64-expat.noarch" package

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

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

2. Uninstall "mingw64-expat.noarch" package

Please follow the guidance below to uninstall mingw64-expat.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:35:05 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mingw64-expat
Version : 2.4.6
Release : 1.fc36
Architecture : noarch
Size : 131 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.