wavtool-pl command not found

In this troubleshooting guide we learn how to fix wavtool-pl command not found error message

Introduction

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

wavtool-pl: command not found

or when using sudo you get the following error message

sudo: wavtool-pl: command not found

Solutions to wavtool-pl: command not found

How To Fix wavtool-pl: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu wavtool-pl is provided by wavtool-pl package.

wavtool-pl is:

wavtool-pl is a program to concatenate wav files one by one. Offset, length, and volume can be controlled by parameters. Normally used together with Cadencii editor as one of the UTAU cores. It is a drop-in replacement for the proprietary wavtool.exe in UTAU.

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

sudo apt-get -y install wavtool-pl

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

You can also use apt command to install wavtool-pl.

sudo apt -y install wavtool-pl

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

sudo aptitude install wavtool-pl

Summary

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