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

Last updated: October 05,2024

1. Install "mingw32-winpthreads.noarch" package

Learn how to install mingw32-winpthreads.noarch on Fedora 34

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

2. Uninstall "mingw32-winpthreads.noarch" package

This tutorial shows how to uninstall mingw32-winpthreads.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:24:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mingw32-winpthreads
Version : 8.0.0
Release : 2.fc34
Architecture : noarch
Size : 53 k
Source : mingw-winpthreads-8.0.0-2.fc34.src.rpm
Repository : fedora
Summary : MinGW pthread library for the win32 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.