How To Install sblim-cmpi-network-test on Fedora 36

In this tutorial we learn how to install sblim-cmpi-network-test in Fedora 36. sblim-cmpi-network-test is SBLIM Network Instrumentation Testcases

Introduction

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

What is sblim-cmpi-network-test

SBLIM Base Network Testcase Files for SBLIM Testsuite

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

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

sudo dnf -y install sblim-cmpi-network-test

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

sudo yum -y install sblim-cmpi-network-test

How To Uninstall sblim-cmpi-network-test on Fedora 36

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

sudo dnf remove sblim-cmpi-network-test

sblim-cmpi-network-test Package Contents on Fedora 36

/usr/share/sblim-testsuite
/usr/share/sblim-testsuite/cim
/usr/share/sblim-testsuite/cim/Linux_CSNetworkPort.cim
/usr/share/sblim-testsuite/cim/Linux_EthernetPort.cim
/usr/share/sblim-testsuite/cim/Linux_IPProtocolEndpoint.cim
/usr/share/sblim-testsuite/cim/Linux_LocalLoopbackPort.cim
/usr/share/sblim-testsuite/cim/Linux_NetworkPortImplementsIPEndpoint.cim
/usr/share/sblim-testsuite/cim/Linux_TokenRingPort.cim
/usr/share/sblim-testsuite/system
/usr/share/sblim-testsuite/system/linux
/usr/share/sblim-testsuite/system/linux/Linux_CSNetworkPort.system
/usr/share/sblim-testsuite/system/linux/Linux_EthernetPort.pl
/usr/share/sblim-testsuite/system/linux/Linux_EthernetPort.system
/usr/share/sblim-testsuite/system/linux/Linux_IPProtocolEndpoint.pl
/usr/share/sblim-testsuite/system/linux/Linux_IPProtocolEndpoint.system
/usr/share/sblim-testsuite/system/linux/Linux_LocalLoopbackPort.pl
/usr/share/sblim-testsuite/system/linux/Linux_LocalLoopbackPort.system
/usr/share/sblim-testsuite/system/linux/Linux_TokenRingPort.pl
/usr/share/sblim-testsuite/system/linux/Linux_TokenRingPort.system
/usr/share/sblim-testsuite/test-cmpi-network.sh

References

Summary

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