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

Last updated: November 28,2024

1. Install "mingw64-pcre.noarch" package

Learn how to install mingw64-pcre.noarch on Fedora 38

$ 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 38:

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

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

Last metadata expiration check: 2:37:27 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : mingw64-pcre
Version : 8.45
Release : 2.fc38
Architecture : noarch
Size : 458 k
Source : mingw-pcre-8.45-2.fc38.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.