How To Install pcre-utf32 on Fedora 36

In this tutorial we learn how to install pcre-utf32 in Fedora 36. pcre-utf32 is UTF-32 variant of PCRE

Introduction

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

What is pcre-utf32

This is Perl-compatible regular expression library working on UTF-32 strings. Detailed change log is provided by pcre-doc package.

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

Install pcre-utf32 on Fedora 36 Using dnf


Update yum database with dnf using the following command. title: “How To Install pcre-utf32 on Fedora 36”

linkTitle: “pcre-utf32”

type: "docs"
sudo dnf makecache --refresh

description: “In this tutorial we learn how to install pcre-utf32 in Fedora 36. pcre-utf32 is UTF-32 variant of PCRE”

date: “2022-08-17” lastmod: “2022-08-17” After updating yum database, We can install pcre-utf32 using dnf by running the following command:

#image: /images/fedora/36/pcre-utf32-featured.png

---
sudo dnf -y install pcre-utf32

## Introduction

Install pcre-utf32 on Fedora 36 Using yum

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

What is pcre-utf32

Update yum database with yum using the following command.

sudo yum makecache --refresh
> This is Perl-compatible regular expression library working on UTF-32 strings. Detailed change log is provided by pcre-doc package.  

We can use yum or dnf to install pcre-utf32 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcre-utf32. After updating yum database, We can install pcre-utf32 using yum by running the following command:

sudo yum -y install pcre-utf32

How To Uninstall pcre-utf32 on Fedora 36

Install pcre-utf32 on Fedora 36 Using dnf

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

Update yum database with dnf using the following command.


sudo dnf remove pcre-utf32
```bash

sudo dnf makecache –refresh

## pcre-utf32 Package Contents on Fedora 36


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

```bash
sudo dnf -y install pcre-utf32

Install pcre-utf32 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-utf32 using yum by running the following command:

sudo yum -y install pcre-utf32

How To Uninstall pcre-utf32 on Fedora 36

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

sudo dnf remove pcre-utf32

pcre-utf32 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/82306d1b6268962f59d14a0a915d225960c757
/usr/lib64/libpcre32.so.0
/usr/lib64/libpcre32.so.0.0.13
/usr/share/doc/pcre-utf32
/usr/share/doc/pcre-utf32/AUTHORS
/usr/share/doc/pcre-utf32/NEWS
/usr/share/licenses/pcre-utf32
/usr/share/licenses/pcre-utf32/COPYING
/usr/share/licenses/pcre-utf32/LICENCE

References

Summary

/usr/lib/.build-id /usr/lib/.build-id/ea /usr/lib/.build-id/ea/5493ed0d7639c7fffd85d0f87da37f621ef20d /usr/lib/libpcre32.so.0 /usr/lib/libpcre32.so.0.0.13 /usr/share/doc/pcre-utf32 /usr/share/doc/pcre-utf32/AUTHORS /usr/share/doc/pcre-utf32/NEWS /usr/share/licenses/pcre-utf32 /usr/share/licenses/pcre-utf32/COPYING /usr/share/licenses/pcre-utf32/LICENCE In this tutorial we learn how to install pcre-utf32 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


## References

* [pcre-utf32 website](https://www.pcre.org/)

## Summary

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