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

Last updated: November 25,2024

1. Install "jpcre2-devel.noarch" package

This tutorial shows how to install jpcre2-devel.noarch on Fedora 36

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

2. Uninstall "jpcre2-devel.noarch" package

This tutorial shows how to uninstall jpcre2-devel.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:14:07 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : jpcre2-devel
Version : 10.32.01
Release : 4.fc36
Architecture : noarch
Size : 54 k
Source : jpcre2-10.32.01-4.fc36.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.