padthv1_jack command not found

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

Introduction

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

padthv1_jack: command not found

or when using sudo you get the following error message

sudo: padthv1_jack: command not found

Solutions to padthv1_jack: command not found

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

In Ubuntu padthv1_jack is provided by padthv1 package.

padthv1 is:

padthv1 is an old-school polyphonic additive synthesizer with stereo effects. It is provided in both forms of a LV2 plugin and a pure stand-alone JACK client with JACK-session and both JACK MIDI and ALSA MIDI input support.

This package provides the standalone app.

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

sudo apt-get -y install padthv1

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

You can also use apt command to install padthv1.

sudo apt -y install padthv1

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

sudo aptitude install padthv1

Summary

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