How To Install golang-github-google-pprof on Fedora 36

In this tutorial we learn how to install golang-github-google-pprof in Fedora 36. golang-github-google-pprof is Tool for visualization and analysis of profiling data

Introduction

In this tutorial we learn how to install golang-github-google-pprof on Fedora 36.

What is golang-github-google-pprof

Pprof is a tool for visualization and analysis of profiling data. Pprof reads a collection of profiling samples in profile.proto format and generates reports to visualize and help analyze the data. It can generate both text and graphical reports (through the use of the dot visualization package).

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

Install golang-github-google-pprof 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 golang-github-google-pprof using dnf by running the following command:

sudo dnf -y install golang-github-google-pprof

Install golang-github-google-pprof 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 golang-github-google-pprof using yum by running the following command:

sudo yum -y install golang-github-google-pprof

How To Uninstall golang-github-google-pprof on Fedora 36

To uninstall only the golang-github-google-pprof package we can use the following command:

sudo dnf remove golang-github-google-pprof

golang-github-google-pprof Package Contents on Fedora 36

/usr/bin/pprof
/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/d549696b2980d83e7419f82ad07f405380e556
/usr/share/doc/golang-github-google-pprof
/usr/share/doc/golang-github-google-pprof/AUTHORS
/usr/share/doc/golang-github-google-pprof/CONTRIBUTING.md
/usr/share/doc/golang-github-google-pprof/CONTRIBUTORS
/usr/share/doc/golang-github-google-pprof/README.md
/usr/share/doc/golang-github-google-pprof/doc
/usr/share/doc/golang-github-google-pprof/doc/README.md
/usr/share/doc/golang-github-google-pprof/doc/images
/usr/share/doc/golang-github-google-pprof/doc/images/callgraph.png
/usr/share/licenses/golang-github-google-pprof
/usr/share/licenses/golang-github-google-pprof/LICENSE
/usr/share/licenses/golang-github-google-pprof/LICENSE-d3
/usr/share/licenses/golang-github-google-pprof/LICENSE-d3flamegraph
/usr/share/licenses/golang-github-google-pprof/LICENSE-svgpan

References

Summary

In this tutorial we learn how to install golang-github-google-pprof on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).