How to Install and Uninstall jpcre2-devel.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "jpcre2-devel.noarch" package

Please follow the guidance below to install jpcre2-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install jpcre2-devel.noarch

2. Uninstall "jpcre2-devel.noarch" package

Learn how to uninstall jpcre2-devel.noarch on Fedora 34:

$ sudo dnf remove jpcre2-devel.noarch $ sudo dnf autoremove

3. Information about the jpcre2-devel.noarch package on Fedora 34

Last metadata expiration check: 4:52:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : jpcre2-devel
Version : 10.32.01
Release : 2.fc34
Architecture : noarch
Size : 54 k
Source : jpcre2-10.32.01-2.fc34.src.rpm
Repository : fedora
Summary : C++ wrapper for PCRE2 library
URL : https://docs.neurobin.org/jpcre2/10.32.01/
License : BSD
Description : PCRE2 is the name used for a revised API for the PCRE library, which is a set of
: functions, written in C, that implement regular expression pattern matching
: using the same syntax and semantics as Perl, with just a few differences. Some
: features that appeared in Python and the original PCRE before they appeared in
: Perl are also available using the Python syntax.
:
: This provides some C++ wrapper classes/functions to perform regex operations
: such as regex match and regex replace.