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

Last updated: January 16,2025

1. Install "jpcre2-devel.noarch" package

Please follow the instructions below to install jpcre2-devel.noarch on Fedora 38

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

2. Uninstall "jpcre2-devel.noarch" package

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

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

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

Last metadata expiration check: 1:04:52 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : jpcre2-devel
Version : 10.32.01
Release : 6.fc38
Architecture : noarch
Size : 55 k
Source : jpcre2-10.32.01-6.fc38.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.