How To Install libstatgrab on Fedora 36

In this tutorial we learn how to install libstatgrab in Fedora 36. libstatgrab is A library that provides cross platform access to statistics of the system

Introduction

In this tutorial we learn how to install libstatgrab on Fedora 36.

What is libstatgrab

Libstatgrab is a library that provides cross platform access to statistics about the system on which it’s running. It’s written in C and presents a selection of useful interfaces which can be used to access key system statistics. The current list of statistics includes CPU usage, memory utilisation, disk usage, process counts, network traffic, disk I/O, and more. The current list of supported and tested platforms includes FreeBSD, Linux, NetBSD, OpenBSD, Solaris, DragonFly BSD, HP-UX and AIX.

We can use yum or dnf to install libstatgrab on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libstatgrab.

Install libstatgrab 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 libstatgrab using dnf by running the following command:

sudo dnf -y install libstatgrab

Install libstatgrab 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 libstatgrab using yum by running the following command:

sudo yum -y install libstatgrab

How To Uninstall libstatgrab on Fedora 36

To uninstall only the libstatgrab package we can use the following command:

sudo dnf remove libstatgrab

libstatgrab Package Contents on Fedora 36

---
title: "How To Install libstatgrab on Fedora 36"
linkTitle: "libstatgrab"
type: "docs"
description: "In this tutorial we learn how to install libstatgrab in Fedora 36. libstatgrab is A library that provides cross platform access to statistics of the system"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libstatgrab-featured.png
---

## Introduction

In this tutorial we learn how to install `libstatgrab` on Fedora 36.

### What is `libstatgrab`

> Libstatgrab is a library that provides cross platform access to statistics about the system on which it's running. It's written in C and presents a selection of useful interfaces which can be used to access key system statistics. The current list of statistics includes CPU usage, memory utilisation, disk usage, process counts, network traffic, disk I/O, and more.  The current list of supported and tested platforms includes FreeBSD, Linux, NetBSD, OpenBSD, Solaris, DragonFly BSD, HP-UX and AIX.  

We can use `yum` or `dnf` to install `libstatgrab` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libstatgrab.

## Install libstatgrab 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 libstatgrab using dnf by running the following command:

sudo dnf -y install libstatgrab

Install libstatgrab 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 libstatgrab using yum by running the following command:

sudo yum -y install libstatgrab

How To Uninstall libstatgrab on Fedora 36

To uninstall only the libstatgrab package we can use the following command:

sudo dnf remove libstatgrab

libstatgrab Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/43
/usr/lib/.build-id/43/876fb14a2a72b9df5499c9c64cb7c6379bc024
/usr/lib64/libstatgrab.so.10
/usr/lib64/libstatgrab.so.10.0.2
/usr/share/licenses/libstatgrab
/usr/share/licenses/libstatgrab/COPYING.LGPL

References

Summary

/usr/lib/.build-id /usr/lib/.build-id/49 /usr/lib/.build-id/49/8247edd94e0c88771947094fcea50c288b87c6 /usr/lib/libstatgrab.so.10 /usr/lib/libstatgrab.so.10.0.2 /usr/share/licenses/libstatgrab /usr/share/licenses/libstatgrab/COPYING.LGPL

In this tutorial we learn how to install libstatgrab on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


## References

* [libstatgrab website](http://www.i-scream.org/libstatgrab)

## Summary

In this tutorial we learn how to install `libstatgrab` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).