solfege command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
solfege: command not found
or when using sudo you get the following error message
sudo: solfege: command not found
Solutions to solfege: command not found
How To Fix solfege: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu solfege is provided by solfege package.
solfege is:
GNU Solfege is an ear training program for X Windows written in Python, using the GTK+ 3.0 libraries. You can practice harmonic and melodic intervals, chords, scales and rhythms, and you can add new exercises using a simple plain text file format.
Ear training is a big subject with many connections to music theory and performance of music.
To use this software, you need some basic knowledge about music theory.
To fix this problem, we can install more using the command below.
sudo apt-get -y install solfege
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install solfege.
sudo apt -y install solfege
Or if you have aptitude installed you can use the following command.
sudo aptitude install solfege
Summary
In this tutorial we learn how to fix solfege command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.