jackpatch command not found

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

Introduction

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

jackpatch: command not found

or when using sudo you get the following error message

sudo: jackpatch: command not found

Solutions to jackpatch: command not found

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

In Ubuntu jackpatch is provided by linuxaudio-new-session-manager package.

linuxaudio-new-session-manager is:

New Session Manager (NSM) is a tool to assist music production by grouping standalone programs into sessions. Your workflow becomes easy to manage, robust and fast by leveraging the full potential of cooperative applications.

You can create a session, or project, add programs to it and then use commands to save, start/stop, hide/show all programs at once, or individually. At a later date you can then re-open the session and continue where you left off.

All files belonging to the session will be saved in the same directory.

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

sudo apt-get -y install linuxaudio-new-session-manager

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

You can also use apt command to install linuxaudio-new-session-manager.

sudo apt -y install linuxaudio-new-session-manager

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

sudo aptitude install linuxaudio-new-session-manager

Summary

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