How To Install sblim-testsuite on Fedora 36

In this tutorial we learn how to install sblim-testsuite in Fedora 36. sblim-testsuite is SBLIM testsuite

Introduction

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

What is sblim-testsuite

SBLIM automated testsuite scripts.

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

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

sudo dnf -y install sblim-testsuite

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

sudo yum -y install sblim-testsuite

How To Uninstall sblim-testsuite on Fedora 36

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

sudo dnf remove sblim-testsuite

sblim-testsuite Package Contents on Fedora 36

/usr/share/doc/sblim-testsuite
/usr/share/doc/sblim-testsuite/AUTHORS
/usr/share/doc/sblim-testsuite/COPYING
/usr/share/doc/sblim-testsuite/README
/usr/share/sblim-testsuite
/usr/share/sblim-testsuite/associator.pm
/usr/share/sblim-testsuite/cim
/usr/share/sblim-testsuite/cim/SampleClass.cim
/usr/share/sblim-testsuite/cimom.pm
/usr/share/sblim-testsuite/consistence.pl
/usr/share/sblim-testsuite/consistence.pm
/usr/share/sblim-testsuite/instance.pm
/usr/share/sblim-testsuite/interface.pl
/usr/share/sblim-testsuite/run.sh
/usr/share/sblim-testsuite/stat
/usr/share/sblim-testsuite/system
/usr/share/sblim-testsuite/system/linux
/usr/share/sblim-testsuite/system/linux/SampleClass.system
/usr/share/sblim-testsuite/system/linux/createKeyFiles.sh.sample
/var/lib/sblim-testsuite
/var/lib/sblim-testsuite/stat

References

Summary

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