Install muroard
Installing muroard package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install muroard
muroard package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | muroard |
version | 0.1.14-2 |
description | minimalist RoarAudio sound daemon |
subsection | sound |
website | roaraudio.keep-cool.org |
maintainer | Patrick Matthäi |
Uninstall muroard
To remove just muroard package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove muroard
Uninstall muroard and it’s dependent packages
To remove the muroard package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove muroard
Purging muroard
If you also want to delete configuration and/or data files of muroard from Debian Sid then this will work:
sudo apt-get purge muroard
To delete configuration and/or data files of muroard and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove muroard