gwcbatch command not found

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

Introduction

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

gwcbatch: command not found

or when using sudo you get the following error message

sudo: gwcbatch: command not found

Solutions to gwcbatch: command not found

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

In Ubuntu gwcbatch is provided by gwc package.

gwc is:

The Gtk Wave Cleaner (gwc) is an application that helps you in getting rid of noise and clicks in audio files. This is most commonly used when translating your old vinyl or old tapes to a digital format, but it can be applied to every soundfile that has a more or less constant noise level.

To fix this problem, we can install more using the command below.

sudo apt-get -y install gwc

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install gwc.

sudo apt -y install gwc

Or if you have aptitude installed you can use the following command.

sudo aptitude install gwc

Summary

In this tutorial we learn how to fix gwcbatch command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.