iannix command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
iannix: command not found
or when using sudo you get the following error message
sudo: iannix: command not found
Solutions to iannix: command not found
How To Fix iannix: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu iannix is provided by iannix package.
iannix is:
IanniX is a graphical sequencer for digital arts, inspired by Iannis Xenakis’ upic system for graphical scores. IanniX manages events described via graphical elements (like curves) and controls your real-time environment via Open Sound Control (OSC). It can also be fully controlled via OSC (or FUDI, if you prefer).
To fix this problem, we can install more using the command below.
sudo apt-get -y install iannix
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install iannix.
sudo apt -y install iannix
Or if you have aptitude installed you can use the following command.
sudo aptitude install iannix
Summary
In this tutorial we learn how to fix iannix command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.