jacktrip-gui command not found

In this troubleshooting guide we learn how to fix jacktrip-gui command not found error message

Introduction

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

jacktrip-gui: command not found

or when using sudo you get the following error message

sudo: jacktrip-gui: command not found

Solutions to jacktrip-gui: command not found

How To Fix jacktrip-gui: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu jacktrip-gui is provided by jacktrip-gui package.

jacktrip-gui is:

JackTrip is a Linux and Mac OS X-based system used for multi-machine network performance over the Internet. It supports any number of channels (as many as the computer/network can handle) of bidirectional, high quality, uncompressed audio signal streaming.

You can use it between any combination of Linux and Mac OS X systems (i.e., one end using Linux can connect to the other using Mac OS X).

It is currently being developed and actively tested at CCRMA by the SoundWIRE group.

This package contains the GUI version of jacktrip, which also includes RtAudio support.

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

sudo apt-get -y install jacktrip-gui

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

You can also use apt command to install jacktrip-gui.

sudo apt -y install jacktrip-gui

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

sudo aptitude install jacktrip-gui

Summary

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