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