snd.gui-pulse command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
snd.gui-pulse: command not found
or when using sudo you get the following error message
sudo: snd.gui-pulse: command not found
Solutions to snd.gui-pulse: command not found
How To Fix snd.gui-pulse: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu snd.gui-pulse is provided by snd-gui-pulse package.
snd-gui-pulse is:
Snd is a powerful sound file editor that can be customized and extended using the Scheme programming language.
This package contains the files for the graphical user interface with PulseAudio support.
To fix this problem, we can install more using the command below.
sudo apt-get -y install snd-gui-pulse
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install snd-gui-pulse.
sudo apt -y install snd-gui-pulse
Or if you have aptitude installed you can use the following command.
sudo aptitude install snd-gui-pulse
Summary
In this tutorial we learn how to fix snd.gui-pulse command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.