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

Last updated: October 08,2024

1. Install "mingw32-winstorecompat.noarch" package

This guide covers the steps necessary to install mingw32-winstorecompat.noarch on Fedora 34

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

2. Uninstall "mingw32-winstorecompat.noarch" package

Please follow the step by step instructions below to uninstall mingw32-winstorecompat.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:21:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mingw32-winstorecompat
Version : 4.0.2
Release : 12.fc34
Architecture : noarch
Size : 14 k
Source : mingw-winstorecompat-4.0.2-12.fc34.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.