gnome-sound-recorder command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnome-sound-recorder: command not found
or when using sudo you get the following error message
sudo: gnome-sound-recorder: command not found
Solutions to gnome-sound-recorder: command not found
How To Fix gnome-sound-recorder: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnome-sound-recorder is provided by gnome-sound-recorder package.
gnome-sound-recorder is:
GNOME sound recorder is an utility to make simple audio recording from your GNOME desktop. It supports several formats like OGG, MP3 or FLAC.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnome-sound-recorder
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnome-sound-recorder.
sudo apt -y install gnome-sound-recorder
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnome-sound-recorder
Summary
In this tutorial we learn how to fix gnome-sound-recorder command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.