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

Last updated: November 26,2024

1. Install "mingw64-winstorecompat.noarch" package

Learn how to install mingw64-winstorecompat.noarch on Fedora 39

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

2. Uninstall "mingw64-winstorecompat.noarch" package

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

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

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

Last metadata expiration check: 3:45:20 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : mingw64-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 win64 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.