mhwaveedit command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mhwaveedit: command not found
or when using sudo you get the following error message
sudo: mhwaveedit: command not found
Solutions to mhwaveedit: command not found
How To Fix mhwaveedit: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mhwaveedit is provided by mhwaveedit package.
mhwaveedit is:
mhWaveEdit is a graphical program for editing sound files. It is intended to be user-friendly and robust. It does not require a fast computer.
Supports JACK, ALSA, OSS and PulseAudio.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mhwaveedit
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mhwaveedit.
sudo apt -y install mhwaveedit
Or if you have aptitude installed you can use the following command.
sudo aptitude install mhwaveedit
Summary
In this tutorial we learn how to fix mhwaveedit command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.