How to Install and Uninstall gperftools Package on openSUSE Leap

Last updated: May 19,2024

1. Install "gperftools" package

Here is a brief guide to show you how to install gperftools on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install gperftools

2. Uninstall "gperftools" package

This guide covers the steps necessary to uninstall gperftools on openSUSE Leap:

$ sudo zypper remove gperftools

3. Information about the gperftools package on openSUSE Leap

Information for package gperftools:
-----------------------------------
Repository : Main Repository
Name : gperftools
Version : 2.5-4.12
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 811.5 KiB
Installed : No
Status : not installed
Source package : gperftools-2.5-4.12.src
Upstream URL : https://github.com/gperftools/gperftools
Summary : Performance Tools for C++
Description :
The gperftools package contains some utilities to improve and analyze the
performance of C++ programs. This includes an optimized thread-caching
malloc() and cpu and heap profiling utilities.