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