mcpdisp command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mcpdisp: command not found
or when using sudo you get the following error message
sudo: mcpdisp: command not found
Solutions to mcpdisp: command not found
How To Fix mcpdisp: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mcpdisp is provided by mcpdisp package.
mcpdisp is:
mcpdisp presents a jack midi port that will accept mackie control protocol display messages that would normally appear on the surface “scribble strip” and displays them on the screen. The strip LEDs and meters are displayed as well.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mcpdisp
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mcpdisp.
sudo apt -y install mcpdisp
Or if you have aptitude installed you can use the following command.
sudo aptitude install mcpdisp
Summary
In this tutorial we learn how to fix mcpdisp command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.