qmidiroute command not found

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

Introduction

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

qmidiroute: command not found

or when using sudo you get the following error message

sudo: qmidiroute: command not found

Solutions to qmidiroute: command not found

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

In Ubuntu qmidiroute is provided by qmidiroute package.

qmidiroute is:

MIDI note, control change,program change and pitch bend events are logged, and can be filtered, redirected and transformed into other events according to MIDI maps defined as tabs in the main control surface.

You can copy midi MAPS into new tabs using the ‘Clone MIDI map’ button. All MIDI maps can be saved in a .qma text file.

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

sudo apt-get -y install qmidiroute

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

You can also use apt command to install qmidiroute.

sudo apt -y install qmidiroute

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

sudo aptitude install qmidiroute

Summary

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