nsm-data command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nsm-data: command not found
or when using sudo you get the following error message
sudo: nsm-data: command not found
Solutions to nsm-data: command not found
How To Fix nsm-data: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nsm-data is provided by agordejo package.
agordejo is:
Agordejo (Esperanto: ‘place to set things up’) is a music production session manager. It is used to start your programs, remember their (JACK) interconnections and make your life easier in general.
To fix this problem, we can install more using the command below.
sudo apt-get -y install agordejo
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install agordejo.
sudo apt -y install agordejo
Or if you have aptitude installed you can use the following command.
sudo aptitude install agordejo
Summary
In this tutorial we learn how to fix nsm-data command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.