Install promoe
Installing promoe package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install promoe
promoe package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | promoe |
version | 0.1.1-3+b2 |
description | GUI client for XMMS2 |
subsection | sound |
website | wiki.xmms2.xmms.se / wiki / Client:Promoe |
maintainer | Fabrizio Regalli |
Uninstall promoe
To remove just promoe package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove promoe
Uninstall promoe and it’s dependent packages
To remove the promoe package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove promoe
Purging promoe
If you also want to delete configuration and/or data files of promoe from Debian Sid then this will work:
sudo apt-get purge promoe
To delete configuration and/or data files of promoe and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove promoe