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

Last updated: January 12,2025

1. Install "mingw32-pcre.noarch" package

This tutorial shows how to install mingw32-pcre.noarch on Fedora 39

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

2. Uninstall "mingw32-pcre.noarch" package

Please follow the guidance below to uninstall mingw32-pcre.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:01:29 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : mingw32-pcre
Version : 8.45
Release : 3.fc39
Architecture : noarch
Size : 465 k
Source : mingw-pcre-8.45-3.fc39.src.rpm
Repository : fedora
Summary : MinGW Windows pcre library
URL : http://www.pcre.org/
License : BSD
Description : Cross compiled Perl-compatible regular expression library for use with mingw32.
:
: PCRE has its own native API, but a set of "wrapper" functions that are based on
: the POSIX API are also supplied in the library libpcreposix. Note that this
: just provides a POSIX calling interface to PCRE: the regular expressions
: themselves still follow Perl syntax and semantics. The header file
: for the POSIX-style functions is called pcreposix.h.