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