How To Install pcp-pmda-denki on Fedora 36

In this tutorial we learn how to install pcp-pmda-denki in Fedora 36. pcp-pmda-denki is Performance Co-Pilot (PCP) metrics dealing with electrical power

Introduction

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

What is pcp-pmda-denki

This package contains the PCP Performance Metrics Domain Agent (PMDA) for collecting metrics related to the electrical power consumed by and inside the system.

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

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

sudo dnf -y install pcp-pmda-denki

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

sudo yum -y install pcp-pmda-denki

How To Uninstall pcp-pmda-denki on Fedora 36

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

sudo dnf remove pcp-pmda-denki

pcp-pmda-denki Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/68ac538b7861d67f310d0a6be2afdf3414e7af
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/5e791ff59df1eac081836661119409a1f91ea4
/usr/lib/tmpfiles.d/pcp-pmda-denki.conf
/usr/libexec/pcp/pmdas/denki
/usr/libexec/pcp/pmdas/denki/Install
/usr/libexec/pcp/pmdas/denki/README
/usr/libexec/pcp/pmdas/denki/Remove
/usr/libexec/pcp/pmdas/denki/domain.h
/usr/libexec/pcp/pmdas/denki/help
/usr/libexec/pcp/pmdas/denki/help.dir
/usr/libexec/pcp/pmdas/denki/help.pag
/usr/libexec/pcp/pmdas/denki/pmda_denki.so
/usr/libexec/pcp/pmdas/denki/pmdadenki
/usr/libexec/pcp/pmdas/denki/root
/usr/libexec/pcp/pmdas/denki/root_denki
/var/lib/pcp/pmdas/denki
/var/lib/pcp/pmdas/denki/Install
/var/lib/pcp/pmdas/denki/README
/var/lib/pcp/pmdas/denki/Remove
/var/lib/pcp/pmdas/denki/domain.h
/var/lib/pcp/pmdas/denki/help
/var/lib/pcp/pmdas/denki/help.dir
/var/lib/pcp/pmdas/denki/help.pag
/var/lib/pcp/pmdas/denki/pmda_denki.so
/var/lib/pcp/pmdas/denki/pmdadenki
/var/lib/pcp/pmdas/denki/root
/var/lib/pcp/pmdas/denki/root_denki

References

Summary

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