music123 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
music123: command not found
or when using sudo you get the following error message
sudo: music123: command not found
Solutions to music123: command not found
How To Fix music123: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu music123 is provided by music123 package.
music123 is:
A command-line shell for programs like mpg123 and ogg123, music123 plays a variety of sound files using a mpg123/ogg123-like interface. With all the Recommends installed, music123 plays wav, mp3 and ogg files. By simply changing the config file, music123 can play any sound file you have a player for.
(If you install a recent version of vorbis-tools, music123 will handle Ogg Flac and Ogg Speex files too.)
To fix this problem, we can install more using the command below.
sudo apt-get -y install music123
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install music123.
sudo apt -y install music123
Or if you have aptitude installed you can use the following command.
sudo aptitude install music123
Summary
In this tutorial we learn how to fix music123 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.