muroard command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
muroard: command not found
or when using sudo you get the following error message
sudo: muroard: command not found
Solutions to muroard: command not found
How To Fix muroard: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu muroard is provided by muroard package.
muroard is:
RoarAudio is a sound-server for audio mixing. Its main purpose is to mix audio from different clients before sending it to its outputs (for example a soundcard).
This is a minimalist version of a RoarAudio sound daemon.
To fix this problem, we can install more using the command below.
sudo apt-get -y install muroard
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install muroard.
sudo apt -y install muroard
Or if you have aptitude installed you can use the following command.
sudo aptitude install muroard
Summary
In this tutorial we learn how to fix muroard command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.