How to Install and Uninstall gperftools Package on openSuSE Tumbleweed

Last updated: November 07,2024

1. Install "gperftools" package

This is a short guide on how to install gperftools on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gperftools

2. Uninstall "gperftools" package

Please follow the step by step instructions below to uninstall gperftools on openSuSE Tumbleweed:

$ sudo zypper remove gperftools

3. Information about the gperftools package on openSuSE Tumbleweed

Information for package gperftools:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gperftools
Version : 2.15-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 174.1 KiB
Installed : No
Status : not installed
Source package : gperftools-2.15-1.2.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.