mumudvb command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mumudvb: command not found
or when using sudo you get the following error message
sudo: mumudvb: command not found
Solutions to mumudvb: command not found
How To Fix mumudvb: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mumudvb is provided by mumudvb package.
mumudvb is:
Mumudvb is a program that redistributes streams from DVB on a network using multicast. It is able to multicast a whole DVB transponder by assigning each channel a different multicast IP. It can operate Conditional Access Modules (CAM), and therefore works with encrypted streams. It has very low CPU and memory usage.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mumudvb
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mumudvb.
sudo apt -y install mumudvb
Or if you have aptitude installed you can use the following command.
sudo aptitude install mumudvb
Summary
In this tutorial we learn how to fix mumudvb command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.