How To Install sispmctl on Fedora 36

In this tutorial we learn how to install sispmctl in Fedora 36. sispmctl is Control Gembird SIS-PM programmable power outlet strips

Introduction

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

What is sispmctl

The sispmctl tool can control Gembird SIS-PM Silver Shield programmable power outlet strips (also known under the name Revolt Intelli-Plug) from the command line. It can be used to switch on or off any of the programmable power sockets of the SIS-PM via USB. It can also show the current status of each power socket, and it can handle multiple SIS-PM devices, too.

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

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

sudo dnf -y install sispmctl

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

sudo yum -y install sispmctl

How To Uninstall sispmctl on Fedora 36

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

sudo dnf remove sispmctl

sispmctl Package Contents on Fedora 36

/usr/bin/sispmctl
/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/5b5424a3b3b4b8677505d08f648c1f809b8fb2
/usr/share/doc/sispmctl
/usr/share/doc/sispmctl/COPYING
/usr/share/man/man1/sispmctl.1.gz

References

Summary

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