wmcdplay command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmcdplay: command not found
or when using sudo you get the following error message
sudo: wmcdplay: command not found
Solutions to wmcdplay: command not found
How To Fix wmcdplay: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmcdplay is provided by wmcdplay package.
wmcdplay is:
There’s nothing in the program that makes it require WindowMaker, except maybe the look. It’s extremely customizable, provides great control, and runs on a 64x64 window. You can get it too look almost like anything, provided of course you READ the documentation.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmcdplay
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmcdplay.
sudo apt -y install wmcdplay
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmcdplay
Summary
In this tutorial we learn how to fix wmcdplay command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.