nama command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nama: command not found
or when using sudo you get the following error message
sudo: nama: command not found
Solutions to nama: command not found
How To Fix nama: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nama is provided by nama package.
nama is:
Nama is a text-based application for multitrack recording, mixing and mastering using the Ecasound audio engine developed by Kai Vehmanen.
Features include tracks, buses, effects, presets, sends, inserts, marks and regions. Nama runs under JACK and ALSA audio frameworks, automatically detects LADSPA plugins, and supports Ladish Level 1 session handling.
All editing under Nama is non-destructive. Effects are generally applied in realtime. A track caching (track freezing) function is also available.
The command prompt accepts Nama commands, Ecasound interactive-mode commands, shell commands and perl code, providing command history and autocompletion. The help system covers internal commands and LADSPA effects and includes keyword search.
By default, Nama displays a simple graphic interface while the command processor runs in a terminal window. The -t option provides a text-only interface for console users.
To fix this problem, we can install more using the command below.
sudo apt-get -y install nama
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nama.
sudo apt -y install nama
Or if you have aptitude installed you can use the following command.
sudo aptitude install nama
Summary
In this tutorial we learn how to fix nama command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.