muroarstream command not found

In this troubleshooting guide we learn how to fix muroarstream command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

muroarstream: command not found

or when using sudo you get the following error message

sudo: muroarstream: command not found

Solutions to muroarstream: command not found

How To Fix muroarstream: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu muroarstream is provided by muroar-bin package.

muroar-bin 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).

It is completely network transparent (UNIX sockets, TCP/IP and DECnet) and supports many common codecs like Ogg Vorbis, Speex or FLAC.

This is a minimalist client library for RoarAudio. It exists because it allows non-GPL applications to use the RoarAudio sound system.

This package contains the binary applications, like muroarstream.

To fix this problem, we can install more using the command below.

sudo apt-get -y install muroar-bin

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install muroar-bin.

sudo apt -y install muroar-bin

Or if you have aptitude installed you can use the following command.

sudo aptitude install muroar-bin

Summary

In this tutorial we learn how to fix muroarstream command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.