sispmctl command not found

In this troubleshooting guide we learn how to fix sispmctl command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

sispmctl: command not found

or when using sudo you get the following error message

sudo: sispmctl: command not found

Solutions to sispmctl: command not found

How To Fix sispmctl: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu sispmctl is provided by sispmctl package.

sispmctl is:

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.

To fix this problem, we can install more using the command below.

sudo apt-get -y install sispmctl

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install sispmctl.

sudo apt -y install sispmctl

Or if you have aptitude installed you can use the following command.

sudo aptitude install sispmctl

Summary

In this tutorial we learn how to fix sispmctl command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.