wavesurfer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wavesurfer: command not found
or when using sudo you get the following error message
sudo: wavesurfer: command not found
Solutions to wavesurfer: command not found
How To Fix wavesurfer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wavesurfer is provided by wavesurfer package.
wavesurfer is:
Wavesurfer is a sound manipulation program, it has been designed to suit both novice and advanced users. WaveSurfer has a simple and logical user interface that provides functionality in an intuitive way and which can be adapted to different tasks.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wavesurfer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wavesurfer.
sudo apt -y install wavesurfer
Or if you have aptitude installed you can use the following command.
sudo aptitude install wavesurfer
Summary
In this tutorial we learn how to fix wavesurfer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.