How to Install and Uninstall gperftools.x86_64 Package on CentOS 8 / RHEL 8

Last updated: June 28,2024

1. Install "gperftools.x86_64" package

Please follow the guidelines below to install gperftools.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install gperftools.x86_64

2. Uninstall "gperftools.x86_64" package

Please follow the guidelines below to uninstall gperftools.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove gperftools.x86_64 $ sudo dnf autoremove

3. Information about the gperftools.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:51:20 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : gperftools
Epoch : 1
Version : 2.7
Release : 9.el8
Architecture : x86_64
Size : 16 k
Source : gperftools-2.7-9.el8.src.rpm
Repository : epel
Summary : Very fast malloc and performance analysis tools
URL : https://github.com/gperftools/gperftools
License : BSD
Description : Perf Tools is a collection of performance analysis tools, including a
: high-performance multi-threaded malloc() implementation that works
: particularly well with threads and STL, a thread-friendly heap-checker,
: a heap profiler, and a cpu-profiler.
:
: This is a metapackage which pulls in all of the gperftools (and pprof)
: binaries, libraries, and development headers, so that you can use them.