How To Install pcp-export-pcp2xlsx on Fedora 36
Introduction
In this tutorial we learn how to install pcp-export-pcp2xlsx
on Fedora 36.
What is pcp-export-pcp2xlsx
Performance Co-Pilot (PCP) front-end tools for exporting metric values in Excel spreadsheet format.
We can use yum
or dnf
to install pcp-export-pcp2xlsx
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcp-export-pcp2xlsx.
Install pcp-export-pcp2xlsx 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-export-pcp2xlsx
using dnf
by running the following command:
sudo dnf -y install pcp-export-pcp2xlsx
Install pcp-export-pcp2xlsx 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-export-pcp2xlsx
using yum
by running the following command:
sudo yum -y install pcp-export-pcp2xlsx
How To Uninstall pcp-export-pcp2xlsx on Fedora 36
To uninstall only the pcp-export-pcp2xlsx
package we can use the following command:
sudo dnf remove pcp-export-pcp2xlsx
pcp-export-pcp2xlsx Package Contents on Fedora 36
/usr/bin/pcp2xlsx
/usr/share/bash-completion/completions/pcp2xlsx
References
Summary
In this tutorial we learn how to install pcp-export-pcp2xlsx
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).