How To Install gperftools-libs on Fedora 36
Introduction
In this tutorial we learn how to install gperftools-libs
on Fedora 36.
What is gperftools-libs
Libraries provided by gperftools, including libtcmalloc and libprofiler.
We can use yum
or dnf
to install gperftools-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gperftools-libs.
Install gperftools-libs on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install gperftools-libs
using dnf
by running the following command:
sudo dnf -y install gperftools-libs
Install gperftools-libs on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install gperftools-libs
using yum
by running the following command:
sudo yum -y install gperftools-libs
How To Uninstall gperftools-libs on Fedora 36
To uninstall only the gperftools-libs
package we can use the following command:
sudo dnf remove gperftools-libs
gperftools-libs Package Contents on Fedora 36
---
title: "How To Install gperftools-libs on Fedora 36"
linkTitle: "gperftools-libs"
type: "docs"
description: "In this tutorial we learn how to install gperftools-libs in Fedora 36. gperftools-libs is Libraries provided by gperftools"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/gperftools-libs-featured.png
---
## Introduction
In this tutorial we learn how to install `gperftools-libs` on Fedora 36.
### What is `gperftools-libs`
> Libraries provided by gperftools, including libtcmalloc and libprofiler.
We can use `yum` or `dnf` to install `gperftools-libs` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gperftools-libs.
## Install gperftools-libs on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install gperftools-libs
using dnf
by running the following command:
sudo dnf -y install gperftools-libs
Install gperftools-libs on Fedora 36 Using yum
Update yum database with yum
using the following command.
/usr/lib/.build-id /usr/lib/.build-id/0f /usr/lib/.build-id/0f/a4679488e0d9eca57c1e82d69a4436a37b8cd4 /usr/lib/.build-id/10 /usr/lib/.build-id/10/2cf63caec52b17b67bce8e1ef40bdfbc08bf92 /usr/lib/.build-id/5f /usr/lib/.build-id/5f/f43ae7bc3f3d00dee1cc047c0f670de233c8b8 /usr/lib/.build-id/83 /usr/lib/.build-id/83/73a7c901844e2c6a527e12c588898d1e724d52 /usr/lib/.build-id/a7 /usr/lib/.build-id/a7/2d0885266b2b785d00dab679da6ecb9bfdab15 /usr/lib/.build-id/dd /usr/lib/.build-id/dd/f5b4c18048ca82b891f20f9c65e100e85ab9ef /usr/lib64/libprofiler.so.0 /usr/lib64/libprofiler.so.0.5.4 /usr/lib64/libtcmalloc.so.4 /usr/lib64/libtcmalloc.so.4.5.9 /usr/lib64/libtcmalloc_and_profiler.so.4 /usr/lib64/libtcmalloc_and_profiler.so.4.6.4 /usr/lib64/libtcmalloc_debug.so.4 /usr/lib64/libtcmalloc_debug.so.4.5.9 /usr/lib64/libtcmalloc_minimal.so.4 /usr/lib64/libtcmalloc_minimal.so.4.5.9 /usr/lib64/libtcmalloc_minimal_debug.so.4 /usr/lib64/libtcmalloc_minimal_debug.so.4.5.9
sudo yum makecache --refresh
After updating yum database, We can install gperftools-libs
using yum
by running the following command:
sudo yum -y install gperftools-libs
How To Uninstall gperftools-libs on Fedora 36
To uninstall only the gperftools-libs
package we can use the following command:
```bash
sudo dnf remove gperftools-libs
## References
gperftools-libs Package Contents on Fedora 36
## Summary
In this tutorial we learn how to install `gperftools-libs` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/b2726208e6a336949b2227c7953ec4b825ebe7
/usr/lib/.build-id/83
/usr/lib/.build-id/83/60125ddf4173a8690a008b5db51d52dee4f807
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/9e86d6eff2599c0f8a12cc773a400ebd6585ec
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/8712ecb4f7b8fad9ad6ec45463fe427e7c517a
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/b22db73fda71b30213d6f928ce7cde2e836d46
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/385d3937d733c51fbddd2e97aa83a172c68b7c
/usr/lib/libprofiler.so.0
/usr/lib/libprofiler.so.0.5.4
/usr/lib/libtcmalloc.so.4
/usr/lib/libtcmalloc.so.4.5.9
/usr/lib/libtcmalloc_and_profiler.so.4
/usr/lib/libtcmalloc_and_profiler.so.4.6.4
/usr/lib/libtcmalloc_debug.so.4
/usr/lib/libtcmalloc_debug.so.4.5.9
/usr/lib/libtcmalloc_minimal.so.4
/usr/lib/libtcmalloc_minimal.so.4.5.9
/usr/lib/libtcmalloc_minimal_debug.so.4
/usr/lib/libtcmalloc_minimal_debug.so.4.5.9
References
Summary
In this tutorial we learn how to install gperftools-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).