snd.nox command not found

In this troubleshooting guide we learn how to fix snd.nox command not found error message

Introduction

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

snd.nox: command not found

or when using sudo you get the following error message

sudo: snd.nox: command not found

Solutions to snd.nox: command not found

How To Fix snd.nox: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu snd.nox is provided by snd-nox package.

snd-nox is:

Snd is a powerful sound file editor that can be customized and extended using the Scheme programming language.

This package contains a version of snd compiled with both JACK and ALSA support, but without support for X.

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

sudo apt-get -y install snd-nox

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

You can also use apt command to install snd-nox.

sudo apt -y install snd-nox

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

sudo aptitude install snd-nox

Summary

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