Install mpdtoys
Installing mpdtoys package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mpdtoys
mpdtoys package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mpdtoys |
version | 0.25 |
description | small command line tools and toys for MPD |
subsection | sound |
website | kitenet.net / ~joey / code / mpdtoys / |
maintainer | Debian QA Group |
Uninstall mpdtoys
To remove just mpdtoys package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mpdtoys
Uninstall mpdtoys and it’s dependent packages
To remove the mpdtoys package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mpdtoys
Purging mpdtoys
If you also want to delete configuration and/or data files of mpdtoys from Debian Sid then this will work:
sudo apt-get purge mpdtoys
To delete configuration and/or data files of mpdtoys and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mpdtoys