How To Install libsysstat on Fedora 36
Introduction
In this tutorial we learn how to install libsysstat on Fedora 36.
What is libsysstat
Library used to query system info and statistics
We can use yum or dnf to install libsysstat on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsysstat.
Install libsysstat 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 libsysstat using dnf by running the following command:
sudo dnf -y install libsysstat
Install libsysstat 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 libsysstat using yum by running the following command:
sudo yum -y install libsysstat
How To Uninstall libsysstat on Fedora 36
To uninstall only the libsysstat package we can use the following command:
sudo dnf remove libsysstat
libsysstat Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/b64dba5fb41354e0d6ed7888001f7cca437c4b
/usr/lib64/libsysstat-qt5.so.0
/usr/lib64/libsysstat-qt5.so.0.4.6
/usr/share/doc/libsysstat
/usr/share/doc/libsysstat/AUTHORS
/usr/share/doc/libsysstat/COPYING
References
Summary
In this tutorial we learn how to install libsysstat on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libsysstat on Fedora 36” linkTitle: “libsysstat” type: “docs” description: “In this tutorial we learn how to install libsysstat in Fedora 36. libsysstat is Library used to query system info and statistics” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libsysstat-featured.png
Introduction
In this tutorial we learn how to install libsysstat on Fedora 36.
What is libsysstat
Library used to query system info and statistics
We can use yum or dnf to install libsysstat on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsysstat.
Install libsysstat 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 libsysstat using dnf by running the following command:
sudo dnf -y install libsysstat
Install libsysstat 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 libsysstat using yum by running the following command:
sudo yum -y install libsysstat
How To Uninstall libsysstat on Fedora 36
To uninstall only the libsysstat package we can use the following command:
sudo dnf remove libsysstat
libsysstat Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/ee4839484bc73a1a6bf36e4c272fe1ea61e80f
/usr/lib/libsysstat-qt5.so.0
/usr/lib/libsysstat-qt5.so.0.4.6
/usr/share/doc/libsysstat
/usr/share/doc/libsysstat/AUTHORS
/usr/share/doc/libsysstat/COPYING
References
Summary
In this tutorial we learn how to install libsysstat on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).