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