radium_compressor command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
radium_compressor: command not found
or when using sudo you get the following error message
sudo: radium_compressor: command not found
Solutions to radium_compressor: command not found
How To Fix radium_compressor: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu radium_compressor is provided by radium-compressor package.
radium-compressor is:
Radium Compressor is the system compressor in Radium, but distributed as a standalone JACK client application.
Radium Compressor uses the stereo compressor found in effect.lib in the Faust distribution.
To fix this problem, we can install more using the command below.
sudo apt-get -y install radium-compressor
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install radium-compressor.
sudo apt -y install radium-compressor
Or if you have aptitude installed you can use the following command.
sudo aptitude install radium-compressor
Summary
In this tutorial we learn how to fix radium_compressor command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.