showq command not found
In this troubleshooting guide we learn how to fix showq command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
showq: command not found
or when using sudo you get the following error message
sudo: showq: command not found
Solutions to showq: command not found
How To Fix showq: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu showq is provided by showq package.
showq is:
Application that can play audio cues and trigger MIDI events primarily developed for theatre productions.
Features:
- 8 channels per_cue routing.
- Playback through ALSA or JACK.
- Load/Save cue list.
- Hot key for any cue.
- Application controllable by MIDI.
To fix this problem, we can install more using the command below.
sudo apt-get -y install showq
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install showq.
sudo apt -y install showq
Or if you have aptitude installed you can use the following command.
sudo aptitude install showq
Summary
In this tutorial we learn how to fix showq command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.