jacktrip-cli command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
jacktrip-cli: command not found
or when using sudo you get the following error message
sudo: jacktrip-cli: command not found
Solutions to jacktrip-cli: command not found
How To Fix jacktrip-cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu jacktrip-cli is provided by jacktrip package.
jacktrip 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 minimal command line version of jacktrip.
To fix this problem, we can install more using the command below.
sudo apt-get -y install jacktrip
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install jacktrip.
sudo apt -y install jacktrip
Or if you have aptitude installed you can use the following command.
sudo aptitude install jacktrip
Summary
In this tutorial we learn how to fix jacktrip-cli command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.