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

Last updated: October 07,2024

1. Install "mingw64-expat.noarch" package

Please follow the steps below to install mingw64-expat.noarch on Fedora 34

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

2. Uninstall "mingw64-expat.noarch" package

Here is a brief guide to show you how to uninstall mingw64-expat.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:27:26 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mingw64-expat
Version : 2.4.6
Release : 1.fc34
Architecture : noarch
Size : 130 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.