Jamulus command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
Jamulus: command not found
or when using sudo you get the following error message
sudo: Jamulus: command not found
Solutions to Jamulus: command not found
How To Fix Jamulus: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu Jamulus is provided by jamulus package.
jamulus is:
Jamulus, a low-latency audio client and server, enables musicians to perform real-time “jam” sessions over the internet. It is available across multiple platforms, so participants of any field can communicate without specialist setup requirements. This is not restricted to music, of course; other use (perhaps conferencing?) is also possible.
One participant starts Jamulus in server mode, ideally on a dedicated server (virtual) machine; all participants start the (graphical) client which transmits audio to the server, receiving back a mixed stream. Use of a metronome is recommended.
To fix this problem, we can install more using the command below.
sudo apt-get -y install jamulus
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install jamulus.
sudo apt -y install jamulus
Or if you have aptitude installed you can use the following command.
sudo aptitude install jamulus
Summary
In this tutorial we learn how to fix Jamulus command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.