modplug123 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
modplug123: command not found
or when using sudo you get the following error message
sudo: modplug123: command not found
Solutions to modplug123: command not found
How To Fix modplug123: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu modplug123 is provided by modplug-tools package.
modplug-tools is:
These are command line players for the following module formats: 669, amf, ams, dbm, dmf, dsm, far, it, j2b, mdl, med mod, mt2, mtm, okt, psm, ptm, s3m, stm, ult, umx, xm.
To fix this problem, we can install more using the command below.
sudo apt-get -y install modplug-tools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install modplug-tools.
sudo apt -y install modplug-tools
Or if you have aptitude installed you can use the following command.
sudo aptitude install modplug-tools
Summary
In this tutorial we learn how to fix modplug123 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.