How To Install pcp-libs on Rocky Linux 8

In this tutorial we learn how to install pcp-libs on Rocky Linux 8. pcp-libs is Performance Co-Pilot run-time libraries

Introduction

In this tutorial we learn how to install pcp-libs on Rocky Linux 8.

What is pcp-libs

Performance Co-Pilot (PCP) run-time libraries

We can use yum or dnf to install pcp-libs on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install pcp-libs.

Install pcp-libs on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install pcp-libs using dnf by running the following command:

sudo dnf -y install pcp-libs

Install pcp-libs on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install pcp-libs using yum by running the following command:

sudo yum -y install pcp-libs

How To Uninstall pcp-libs on Rocky Linux 8

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

sudo dnf remove pcp-libs

pcp-libs Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/16c32aa43364b60225d750acee9c63cd3e26c2
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/43896f9e418d1ec4b911d2dc0f21d1b148a6da
/usr/lib/.build-id/3a/94001ae8ba114965a64419c25ffc3eecc81b0f
/usr/lib/.build-id/5d/2530aaf3c07de20bd8b8ec4314d535ef71de26
/usr/lib/.build-id/99
/usr/lib/.build-id/99/20f65f666466deff66c9d6dd10ef8e26b46d58
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/ed0326af76cbc9fca9402caaf8b53c3fe74241
/usr/lib/.build-id/fc/e85da355abf6e9c1d5fb453d301cdaaeb0ac27
/usr/lib64/libpcp.so.3
/usr/lib64/libpcp_gui.so.2
/usr/lib64/libpcp_import.so.1
/usr/lib64/libpcp_mmv.so.1
/usr/lib64/libpcp_pmda.so.3
/usr/lib64/libpcp_trace.so.2
/usr/lib64/libpcp_web.so.1
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/a5e28c537a636752a848c9df3cef5348ddfd01
/usr/lib/.build-id/26
/usr/lib/.build-id/26/be3fa0301fb81114fb9ad3a6f4d8c387ff7891
/usr/lib/.build-id/28
/usr/lib/.build-id/28/46c68810fca85dedbbb1023ea22446c2f1e436
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/2ccb48589954723b794f5ae2825e204c1d6eae
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/1057c6c09d94f6530181c741b7a6986f0db69a
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/7c5f5b8b6cae5e83bf574c5f18605616d334a7
/usr/lib/.build-id/eb/8966a6e5b10bd545a0616714da14efaf364502
/usr/lib/libpcp.so.3
/usr/lib/libpcp_gui.so.2
/usr/lib/libpcp_import.so.1
/usr/lib/libpcp_mmv.so.1
/usr/lib/libpcp_pmda.so.3
/usr/lib/libpcp_trace.so.2
/usr/lib/libpcp_web.so.1

References

Summary

In this tutorial we learn how to install pcp-libs on Rocky Linux 8 using yum and dnf.