pulseeffects command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pulseeffects: command not found
or when using sudo you get the following error message
sudo: pulseeffects: command not found
Solutions to pulseeffects: command not found
How To Fix pulseeffects: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pulseeffects is provided by pulseeffects package.
pulseeffects is:
PulseEffects is an advanced system-wide equalizer that works with PulseAudio. It can apply system-wide effects to all running application or selected apps.
PulseEffects also provides many pre-defined sound effects for PulseAudio input and output.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pulseeffects
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pulseeffects.
sudo apt -y install pulseeffects
Or if you have aptitude installed you can use the following command.
sudo aptitude install pulseeffects
Summary
In this tutorial we learn how to fix pulseeffects command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.