How To Install pcp2pdf on Fedora 36

In this tutorial we learn how to install pcp2pdf in Fedora 36. pcp2pdf is Utility to create PDF reports from PCP archives

Introduction

In this tutorial we learn how to install pcp2pdf on Fedora 36.

What is pcp2pdf

Utility to create PDF reports from Performance Co-Pilot archives. It allows to choose sampling rate, custom graphs, custom labels and selection of which metrics should appear in the report.

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

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

sudo dnf -y install pcp2pdf

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

sudo yum -y install pcp2pdf

How To Uninstall pcp2pdf on Fedora 36

To uninstall only the pcp2pdf package we can use the following command:

sudo dnf remove pcp2pdf

pcp2pdf Package Contents on Fedora 36

/etc/pcp/pcp2pdf
/etc/pcp/pcp2pdf/pcp2pdf.conf
/usr/bin/pcp2pdf
/usr/lib/python3.10/site-packages/pcp2pdf
/usr/lib/python3.10/site-packages/pcp2pdf-0.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/pcp2pdf-0.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pcp2pdf-0.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pcp2pdf-0.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pcp2pdf-0.3-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pcp2pdf/__init__.py
/usr/lib/python3.10/site-packages/pcp2pdf/__main__.py
/usr/lib/python3.10/site-packages/pcp2pdf/__pycache__
/usr/lib/python3.10/site-packages/pcp2pdf/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pcp2pdf/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pcp2pdf/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pcp2pdf/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pcp2pdf/__pycache__/archive.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pcp2pdf/__pycache__/archive.cpython-310.pyc
/usr/lib/python3.10/site-packages/pcp2pdf/__pycache__/stats.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pcp2pdf/__pycache__/stats.cpython-310.pyc
/usr/lib/python3.10/site-packages/pcp2pdf/__pycache__/style.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pcp2pdf/__pycache__/style.cpython-310.pyc
/usr/lib/python3.10/site-packages/pcp2pdf/archive.py
/usr/lib/python3.10/site-packages/pcp2pdf/stats.py
/usr/lib/python3.10/site-packages/pcp2pdf/style.py
/usr/share/doc/pcp2pdf
/usr/share/doc/pcp2pdf/README.md
/usr/share/licenses/pcp2pdf
/usr/share/licenses/pcp2pdf/COPYING
/usr/share/man/man1/pcp2pdf.1.gz
/usr/share/pcp2pdf/pcplogo.png

References

Summary

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