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

Last updated: July 05,2024

1. Install "mingw64-pcre.noarch" package

This guide covers the steps necessary to install mingw64-pcre.noarch on Fedora 34

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

2. Uninstall "mingw64-pcre.noarch" package

Please follow the guidance below to uninstall mingw64-pcre.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:46:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mingw64-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 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.