elektroid command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
elektroid: command not found
or when using sudo you get the following error message
sudo: elektroid: command not found
Solutions to elektroid: command not found
How To Fix elektroid: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu elektroid is provided by elektroid package.
elektroid is:
Elektroid is an sample transfer application for Elektron devices.
With elektroid you can easily load audio files like flac or wav into your elektron sampler. You can also transfer audio samples from your elektroid device to your local hard disk.
It has been reported to work with Model:Samples, Digitakt and Analog Rytm mk1 and mk2.
This package provides both the GUI and CLI application of elektroid.
To fix this problem, we can install more using the command below.
sudo apt-get -y install elektroid
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install elektroid.
sudo apt -y install elektroid
Or if you have aptitude installed you can use the following command.
sudo aptitude install elektroid
Summary
In this tutorial we learn how to fix elektroid command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.