Install libmusic-dev
Installing libmusic-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmusic-dev
libmusic-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmusic-dev |
version | 1.0.7-1.2+b2 |
description | Multi-Simulation Coordinator for MPI — Development files |
subsection | libdevel |
website | software.incf.org / software / music / home |
maintainer | Mikael Djurfeldt |
Uninstall libmusic-dev
To remove just libmusic-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmusic-dev
Uninstall libmusic-dev and it’s dependent packages
To remove the libmusic-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmusic-dev
Purging libmusic-dev
If you also want to delete configuration and/or data files of libmusic-dev from Debian Sid then this will work:
sudo apt-get purge libmusic-dev
To delete configuration and/or data files of libmusic-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmusic-dev