ykushcmd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ykushcmd: command not found
or when using sudo you get the following error message
sudo: ykushcmd: command not found
Solutions to ykushcmd: command not found
How To Fix ykushcmd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ykushcmd is provided by ykush-control package.
ykush-control is:
The Yepkit USB Switchable Hub (YKUSH) boards allow the user to selectively switch ON and OFF each of the USB devices connected to the hub downstream ports. This package provides the ykushcmd program to control the switches of all connected boards.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ykush-control
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ykush-control.
sudo apt -y install ykush-control
Or if you have aptitude installed you can use the following command.
sudo aptitude install ykush-control
Summary
In this tutorial we learn how to fix ykushcmd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.