How to Install and Uninstall gperftools.x86_64 Package on Fedora 36

Last updated: January 16,2025

1. Install "gperftools.x86_64" package

This tutorial shows how to install gperftools.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install gperftools.x86_64

2. Uninstall "gperftools.x86_64" package

Learn how to uninstall gperftools.x86_64 on Fedora 36:

$ sudo dnf remove gperftools.x86_64 $ sudo dnf autoremove

3. Information about the gperftools.x86_64 package on Fedora 36

Last metadata expiration check: 0:48:23 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : gperftools
Version : 2.9.1
Release : 3.fc36
Architecture : x86_64
Size : 7.9 k
Source : gperftools-2.9.1-3.fc36.src.rpm
Repository : fedora
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.