How To Install sblim-gather-test on Fedora 36

In this tutorial we learn how to install sblim-gather-test in Fedora 36. sblim-gather-test is SBLIM Gatherer Testcase Files

Introduction

In this tutorial we learn how to install sblim-gather-test on Fedora 36.

What is sblim-gather-test

Gatherer Testcase Files for the SBLIM (Standards Based Linux Instrumentation for Manageability) Testsuite

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

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

sudo dnf -y install sblim-gather-test

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

sudo yum -y install sblim-gather-test

How To Uninstall sblim-gather-test on Fedora 36

To uninstall only the sblim-gather-test package we can use the following command:

sudo dnf remove sblim-gather-test

sblim-gather-test Package Contents on Fedora 36

/usr/share/sblim-testsuite/cim/Linux_IPProtocolEndpointMetric.cim
/usr/share/sblim-testsuite/cim/Linux_IPProtocolEndpointMetricValue.cim
/usr/share/sblim-testsuite/cim/Linux_LocalFileSystemMetric.cim
/usr/share/sblim-testsuite/cim/Linux_LocalFileSystemMetricValue.cim
/usr/share/sblim-testsuite/cim/Linux_MetricGatherer.cim
/usr/share/sblim-testsuite/cim/Linux_MetricRepositoryService.cim
/usr/share/sblim-testsuite/cim/Linux_NetworkPortMetric.cim
/usr/share/sblim-testsuite/cim/Linux_NetworkPortMetricValue.cim
/usr/share/sblim-testsuite/cim/Linux_OperatingSystemMetric.cim
/usr/share/sblim-testsuite/cim/Linux_OperatingSystemMetricValue.cim
/usr/share/sblim-testsuite/cim/Linux_ProcessorMetric.cim
/usr/share/sblim-testsuite/cim/Linux_ProcessorMetricValue.cim
/usr/share/sblim-testsuite/cim/Linux_UnixProcessMetric.cim
/usr/share/sblim-testsuite/cim/Linux_UnixProcessMetricValue.cim
/usr/share/sblim-testsuite/system/linux/Linux_IPProtocolEndpointMetric.system
/usr/share/sblim-testsuite/system/linux/Linux_IPProtocolEndpointMetricValue.system
/usr/share/sblim-testsuite/system/linux/Linux_LocalFileSystemMetric.system
/usr/share/sblim-testsuite/system/linux/Linux_LocalFileSystemMetricValue.system
/usr/share/sblim-testsuite/system/linux/Linux_MetricGatherer.system
/usr/share/sblim-testsuite/system/linux/Linux_MetricRepositoryService.system
/usr/share/sblim-testsuite/system/linux/Linux_NetworkPortMetric.system
/usr/share/sblim-testsuite/system/linux/Linux_NetworkPortMetricValue.system
/usr/share/sblim-testsuite/system/linux/Linux_OperatingSystemMetric.system
/usr/share/sblim-testsuite/system/linux/Linux_OperatingSystemMetricValue.system
/usr/share/sblim-testsuite/system/linux/Linux_ProcessorMetric.system
/usr/share/sblim-testsuite/system/linux/Linux_ProcessorMetricValue.system
/usr/share/sblim-testsuite/system/linux/Linux_UnixProcessMetric.system
/usr/share/sblim-testsuite/system/linux/Linux_UnixProcessMetricValue.system
/usr/share/sblim-testsuite/system/linux/gather-systemname.sh
/usr/share/sblim-testsuite/test-gather.sh

References

Summary

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