How To Install pcre-cpp on Fedora 36

In this tutorial we learn how to install pcre-cpp in Fedora 36. pcre-cpp is C++ bindings for PCRE

Introduction

In this tutorial we learn how to install pcre-cpp on Fedora 36.

What is pcre-cpp

This is C++ bindings for the Perl-compatible regular expression library. Detailed change log is provided by pcre-doc package.

We can use yum or dnf to install pcre-cpp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcre-cpp.

Install pcre-cpp on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install pcre-cpp using dnf by running the following command:

sudo dnf -y install pcre-cpp

Install pcre-cpp on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install pcre-cpp using yum by running the following command:

sudo yum -y install pcre-cpp

How To Uninstall pcre-cpp on Fedora 36

To uninstall only the pcre-cpp package we can use the following command:

sudo dnf remove pcre-cpp

pcre-cpp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/daf269c7a46a87d893b7789a0da1d3ea9b4543
/usr/lib64/libpcrecpp.so.0
/usr/lib64/libpcrecpp.so.0.0.2

References

Summary

In this tutorial we learn how to install pcre-cpp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install pcre-cpp on Fedora 36” linkTitle: “pcre-cpp” type: “docs” description: “In this tutorial we learn how to install pcre-cpp in Fedora 36. pcre-cpp is C++ bindings for PCRE” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/pcre-cpp-featured.png

Introduction

In this tutorial we learn how to install pcre-cpp on Fedora 36.

What is pcre-cpp

This is C++ bindings for the Perl-compatible regular expression library. Detailed change log is provided by pcre-doc package.

We can use yum or dnf to install pcre-cpp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcre-cpp.

Install pcre-cpp on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install pcre-cpp using dnf by running the following command:

sudo dnf -y install pcre-cpp

Install pcre-cpp on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install pcre-cpp using yum by running the following command:

sudo yum -y install pcre-cpp

How To Uninstall pcre-cpp on Fedora 36

To uninstall only the pcre-cpp package we can use the following command:

sudo dnf remove pcre-cpp

pcre-cpp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/8dedad7486c543069e2da1e00b8d0fd50c732a
/usr/lib/libpcrecpp.so.0
/usr/lib/libpcrecpp.so.0.0.2

References

Summary

In this tutorial we learn how to install pcre-cpp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).