How to Install and Uninstall mingw32-winstorecompat.noarch Package on Fedora 39

Last updated: January 18,2025

1. Install "mingw32-winstorecompat.noarch" package

In this section, we are going to explain the necessary steps to install mingw32-winstorecompat.noarch on Fedora 39

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

2. Uninstall "mingw32-winstorecompat.noarch" package

In this section, we are going to explain the necessary steps to uninstall mingw32-winstorecompat.noarch on Fedora 39:

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

3. Information about the mingw32-winstorecompat.noarch package on Fedora 39

Last metadata expiration check: 3:14:34 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : mingw32-winstorecompat
Version : 4.0.2
Release : 17.fc39
Architecture : noarch
Size : 14 k
Source : mingw-winstorecompat-4.0.2-17.fc39.src.rpm
Repository : fedora
Summary : MinGW library to help porting to Windows Store for the win32 target
URL : http://mingw-w64.sourceforge.net/
License : MIT
Description : This library can be linked to code targetting Windows Store.
: Functions that are not available anymore for Windows Store are redefined,
: using similar functions that are allowed.
: 'Forbidden' functions can be found either by browsing MSDN, either by
: running WACK (Windows Application Certification Kit) on the application.