jamin-scene command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
jamin-scene: command not found
or when using sudo you get the following error message
sudo: jamin-scene: command not found
Solutions to jamin-scene: command not found
How To Fix jamin-scene: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu jamin-scene is provided by jamin package.
jamin is:
JAM is a tool for producing audio masters from a mixed down multitrack source. It runs in the JACK Audio Connection Kit, and uses LADSPA for its backend DSP work, specifically the swh plugins created by Steve Harris, JAM’s main author.
Features:
- Linear filters
- JACK I/O
- 30 band graphic EQ
- 1023 band hand drawn EQ with parametric controls
- Spectrum analyser
- 3 band peak compressor
- Lookahead brickwall limiter
- Multiband stereo processing
- Presets and scenes
- Loudness maximiser
To fix this problem, we can install more using the command below.
sudo apt-get -y install jamin
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install jamin.
sudo apt -y install jamin
Or if you have aptitude installed you can use the following command.
sudo aptitude install jamin
Summary
In this tutorial we learn how to fix jamin-scene command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.