LinkHut command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
LinkHut: command not found
or when using sudo you get the following error message
sudo: LinkHut: command not found
Solutions to LinkHut: command not found
How To Fix LinkHut: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu LinkHut is provided by ableton-link-utils package.
ableton-link-utils is:
Ableton Link, a technology that synchronizes musical beat, tempo, and phase across multiple applications running on one or more devices. Applications on devices connected to a local network discover each other automatically and form a musical session in which each participant can perform independently: anyone can start or stop while still staying in time. Anyone can change the tempo, the others will follow. Anyone can join or leave without disrupting the session.
This package contains cmdline utilities to check synchronisation.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ableton-link-utils
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ableton-link-utils.
sudo apt -y install ableton-link-utils
Or if you have aptitude installed you can use the following command.
sudo aptitude install ableton-link-utils
Summary
In this tutorial we learn how to fix LinkHut command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.