Install musescore-common
Installing musescore-common package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install musescore-common
musescore-common package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | musescore-common |
version | 2.0.2+dfsg-2 |
description | Free music composition and notation software (common files) |
subsection | sound |
website | musescore.org |
maintainer | Debian Multimedia Maintainers |
Uninstall musescore-common
To remove just musescore-common package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove musescore-common
Uninstall musescore-common and it’s dependent packages
To remove the musescore-common package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove musescore-common
Purging musescore-common
If you also want to delete configuration and/or data files of musescore-common from Debian Sid then this will work:
sudo apt-get purge musescore-common
To delete configuration and/or data files of musescore-common and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove musescore-common