How to Install and Uninstall gperftools.x86_64 Package on Rocky Linux 9

Last updated: May 19,2024

1. Install "gperftools.x86_64" package

Here is a brief guide to show you how to install gperftools.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install gperftools.x86_64

2. Uninstall "gperftools.x86_64" package

In this section, we are going to explain the necessary steps to uninstall gperftools.x86_64 on Rocky Linux 9:

$ sudo dnf remove gperftools.x86_64 $ sudo dnf autoremove

3. Information about the gperftools.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:19:16 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : gperftools
Version : 2.9.1
Release : 2.el9
Architecture : x86_64
Size : 7.9 k
Source : gperftools-2.9.1-2.el9.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.