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

Last updated: January 12,2025

1. Install "mingw64-pcre.noarch" package

Please follow the step by step instructions below to install mingw64-pcre.noarch on Fedora 36

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

2. Uninstall "mingw64-pcre.noarch" package

Please follow the guidelines below to uninstall mingw64-pcre.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:00:22 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mingw64-pcre
Version : 8.43
Release : 7.fc36
Architecture : noarch
Size : 441 k
Source : mingw-pcre-8.43-7.fc36.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 mingw64.
:
: 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.