qwavheaderdump command not found

In this troubleshooting guide we learn how to fix qwavheaderdump command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

qwavheaderdump: command not found

or when using sudo you get the following error message

sudo: qwavheaderdump: command not found

Solutions to qwavheaderdump: command not found

How To Fix qwavheaderdump: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu qwavheaderdump 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 qwavheaderdump command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.