sonic command not found

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

Introduction

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

sonic: command not found

or when using sudo you get the following error message

sudo: sonic: command not found

Solutions to sonic: command not found

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

In Ubuntu sonic is provided by sonic package.

sonic is:

Sonic is a very simple utility that reads and writes wav files, and speeds them up or slows them down, with low distortion. The key new feature in Sonic versus other libraries is very high quality at speed up factors well over 2X.

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

sudo apt-get -y install sonic

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

You can also use apt command to install sonic.

sudo apt -y install sonic

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

sudo aptitude install sonic

Summary

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