How To Install pcre-doc on Fedora 36

In this tutorial we learn how to install pcre-doc in Fedora 36. pcre-doc is Change log for pcre

Introduction

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

What is pcre-doc

These are large documentation files about PCRE.

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

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

sudo dnf -y install pcre-doc

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

sudo yum -y install pcre-doc

How To Uninstall pcre-doc on Fedora 36

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

sudo dnf remove pcre-doc

pcre-doc Package Contents on Fedora 36

/usr/share/doc/pcre-doc
/usr/share/doc/pcre-doc/ChangeLog

References

Summary

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