Install mumudvb
Installing mumudvb package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mumudvb
mumudvb package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mumudvb |
version | 1.7.1-1 |
description | multicasts all channels of a DVB transponder on a network |
subsection | video |
website | mumudvb.braice.net |
maintainer | Stéphane Glondu |
Uninstall mumudvb
To remove just mumudvb package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mumudvb
Uninstall mumudvb and it’s dependent packages
To remove the mumudvb package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mumudvb
Purging mumudvb
If you also want to delete configuration and/or data files of mumudvb from Debian Sid then this will work:
sudo apt-get purge mumudvb
To delete configuration and/or data files of mumudvb and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mumudvb