phasex command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
phasex: command not found
or when using sudo you get the following error message
sudo: phasex: command not found
Solutions to phasex: command not found
How To Fix phasex: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu phasex is provided by phasex package.
phasex is:
PHASEX is an experimental JACK audio / ALSA MIDI softsynth for Linux with a synth engine built around flexible phase modulation and flexible oscillator/LFO sourcing.
Modulations include AM, FM, offset PM, and wave select. PHASEX comes equipped with a 12db/octave filter with two distortion curves, a stereo crossover delay and chorus with phaser, ADSR envelopes for amplifier and filter, realtime audio input processing capabilities, velocity/aftertouch sensitivity, and more.
To fix this problem, we can install more using the command below.
sudo apt-get -y install phasex
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install phasex.
sudo apt -y install phasex
Or if you have aptitude installed you can use the following command.
sudo aptitude install phasex
Summary
In this tutorial we learn how to fix phasex command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.