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

Last updated: October 09,2024

1. Install "mingw64-winpthreads.noarch" package

In this section, we are going to explain the necessary steps to install mingw64-winpthreads.noarch on Fedora 36

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

2. Uninstall "mingw64-winpthreads.noarch" package

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

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

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

Last metadata expiration check: 1:42:50 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mingw64-winpthreads
Version : 9.0.0
Release : 3.fc36
Architecture : noarch
Size : 48 k
Source : mingw-winpthreads-9.0.0-3.fc36.src.rpm
Repository : fedora
Summary : MinGW pthread library for the win64 target
URL : http://mingw-w64.sourceforge.net/
License : MIT and BSD
Description : The POSIX 1003.1-2001 standard defines an application programming
: interface (API) for writing multithreaded applications. This interface
: is known more commonly as pthreads. A good number of modern operating
: systems include a threading library of some kind: Solaris (UI)
: threads, Win32 threads, DCE threads, DECthreads, or any of the draft
: revisions of the pthreads standard. The trend is that most of these
: systems are slowly adopting the pthreads standard API, with
: application developers following suit to reduce porting woes.
:
: Win32 does not, and is unlikely to ever, support pthreads
: natively. This project seeks to provide a freely available and
: high-quality solution to this problem.