zita-retune command not found

In this troubleshooting guide we learn how to fix zita-retune command not found error message

Introduction

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

zita-retune: command not found

or when using sudo you get the following error message

sudo: zita-retune: command not found

Solutions to zita-retune: command not found

How To Fix zita-retune: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu zita-retune is provided by zita-resampler package.

zita-resampler is:

Input format is any file readable by libsndfile, output is either WAV (WAVEX for more than 2 channels) or CAF. Apart from resampling, users can change the sample format to 16-bit, 24-bit or float, and for 16-bit output, add dithering.

Available dithering types are rectangular, triangular and Lipschitz' optimised error feedback filter. Some examples of dithering can be seen here: https://kokkinizita.linuxaudio.org/linuxaudio/dithering.html

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

sudo apt-get -y install zita-resampler

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

You can also use apt command to install zita-resampler.

sudo apt -y install zita-resampler

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

sudo aptitude install zita-resampler

Summary

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