How To Install libpri-doc on Fedora 36

In this tutorial we learn how to install libpri-doc in Fedora 36. libpri-doc is Documentation for libpri

Introduction

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

What is libpri-doc

Currently, the libpri-doc package contains the pseudocode for the finite state machines used in its implementation.

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

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

sudo dnf -y install libpri-doc

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

sudo yum -y install libpri-doc

How To Uninstall libpri-doc on Fedora 36

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

sudo dnf remove libpri-doc

libpri-doc Package Contents on Fedora 36

/usr/share/doc/libpri-doc
/usr/share/doc/libpri-doc/ChangeLog
/usr/share/doc/libpri-doc/README
/usr/share/doc/libpri-doc/cc_ptmp_agent.fsm
/usr/share/doc/libpri-doc/cc_ptmp_agent_flattened.fsm
/usr/share/doc/libpri-doc/cc_ptmp_monitor.fsm
/usr/share/doc/libpri-doc/cc_ptmp_monitor_flattened.fsm
/usr/share/doc/libpri-doc/cc_ptp_agent.fsm
/usr/share/doc/libpri-doc/cc_ptp_agent_flattened.fsm
/usr/share/doc/libpri-doc/cc_ptp_monitor.fsm
/usr/share/doc/libpri-doc/cc_ptp_monitor_flattened.fsm
/usr/share/doc/libpri-doc/cc_qsig_agent.fsm
/usr/share/doc/libpri-doc/cc_qsig_agent_flattened.fsm
/usr/share/doc/libpri-doc/cc_qsig_monitor.fsm
/usr/share/doc/libpri-doc/cc_qsig_monitor_flattened.fsm
/usr/share/licenses/libpri-doc
/usr/share/licenses/libpri-doc/LICENSE

References

Summary

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