How To Install pcp-pmda-named on Fedora 36

In this tutorial we learn how to install pcp-pmda-named in Fedora 36. pcp-pmda-named is Performance Co-Pilot (PCP) metrics for Named

Introduction

In this tutorial we learn how to install pcp-pmda-named on Fedora 36.

What is pcp-pmda-named

This package contains the PCP Performance Metrics Domain Agent (PMDA) for collecting metrics about the Named nameserver.

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

Install pcp-pmda-named 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 pcp-pmda-named using dnf by running the following command:

sudo dnf -y install pcp-pmda-named

Install pcp-pmda-named 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 pcp-pmda-named using yum by running the following command:

sudo yum -y install pcp-pmda-named

How To Uninstall pcp-pmda-named on Fedora 36

To uninstall only the pcp-pmda-named package we can use the following command:

sudo dnf remove pcp-pmda-named

pcp-pmda-named Package Contents on Fedora 36

/usr/lib/tmpfiles.d/pcp-pmda-named.conf
/usr/libexec/pcp/pmdas/named
/usr/libexec/pcp/pmdas/named/Install
/usr/libexec/pcp/pmdas/named/Remove
/usr/libexec/pcp/pmdas/named/pmdanamed.pl
/var/lib/pcp/pmdas/named
/var/lib/pcp/pmdas/named/Install
/var/lib/pcp/pmdas/named/Remove
/var/lib/pcp/pmdas/named/pmdanamed.pl

References

Summary

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