How to Install and Uninstall pprof Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "pprof" package

This guide let you learn how to install pprof on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install pprof

2. Uninstall "pprof" package

In this section, we are going to explain the necessary steps to uninstall pprof on openSuSE Tumbleweed:

$ sudo zypper remove pprof

3. Information about the pprof package on openSuSE Tumbleweed

Information for package pprof:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : pprof
Version : 0.0.0+git20230820.407c9e7-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 9.1 MiB
Installed : No
Status : not installed
Source package : pprof-0.0.0+git20230820.407c9e7-1.3.src
Upstream URL : https://github.com/google/pprof
Summary : CLI tool for visualization and analysis of profiling data
Description :
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).