wmauda command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmauda: command not found
or when using sudo you get the following error message
sudo: wmauda: command not found
Solutions to wmauda: command not found
How To Fix wmauda: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmauda is provided by wmauda package.
wmauda is:
wmauda is a dockapp for WindowMaker and other window managers that support dockable applets. It acts as a remote control for the Audacious media player.
wmauda is a port of wmxmms to Audacious, itself seen as a replacement for XMMS.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmauda
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmauda.
sudo apt -y install wmauda
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmauda
Summary
In this tutorial we learn how to fix wmauda command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.