Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install mpc on Debian Unstable (Sid)


Install mpc

Installing mpc package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install mpc

mpc package information

distro Debian Unstable (Sid)
section Main
name mpc
version 0.27-2
description command-line tool to interface MPD
subsection sound
website musicpd.org / clients / mpc / 
maintainer mpd maintainers

Uninstall mpc

To remove just mpc package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove mpc

Uninstall mpc and it’s dependent packages

To remove the mpc package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove mpc

Purging mpc

If you also want to delete configuration and/or data files of mpc from Debian Sid then this will work:

sudo apt-get purge mpc

To delete configuration and/or data files of mpc and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove mpc

 

Comments

comments