qwavfade command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
qwavfade: command not found
or when using sudo you get the following error message
sudo: qwavfade: command not found
Solutions to qwavfade: command not found
How To Fix qwavfade: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qwavfade is provided by quelcom package.
quelcom is:
Quelcom provides assorted tools to perform simple editing operations on MP3 and WAV audio files. These include fading, check-and-clean, informational extraction and lossless cutting and joining without reencoding.
To fix this problem, we can install more using the command below.
sudo apt-get -y install quelcom
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install quelcom.
sudo apt -y install quelcom
Or if you have aptitude installed you can use the following command.
sudo aptitude install quelcom
Summary
In this tutorial we learn how to fix qwavfade command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.