jack_mclk_dump command not found

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

Introduction

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

jack_mclk_dump: command not found

or when using sudo you get the following error message

sudo: jack_mclk_dump: command not found

Solutions to jack_mclk_dump: command not found

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

In Ubuntu jack_mclk_dump is provided by jack-midi-clock package.

jack-midi-clock is:

A simple and robust command-line tool to send MIDI beat clock that accurately follows JACK Transport.

It also features an instumentation tool to parse and dump incoming MCLK messages.

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

sudo apt-get -y install jack-midi-clock

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

You can also use apt command to install jack-midi-clock.

sudo apt -y install jack-midi-clock

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

sudo aptitude install jack-midi-clock

Summary

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