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

Last updated: October 05,2024

1. Install "mingw32-pcre.noarch" package

This guide let you learn how to install mingw32-pcre.noarch on Fedora 34

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

2. Uninstall "mingw32-pcre.noarch" package

This guide let you learn how to uninstall mingw32-pcre.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:43:18 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : mingw32-pcre
Version : 8.43
Release : 5.fc34
Architecture : noarch
Size : 438 k
Source : mingw-pcre-8.43-5.fc34.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.