Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install mopidy on Debian Unstable (Sid)


Install mopidy

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

sudo apt-get update
sudo apt-get install mopidy

mopidy package information

distro Debian Unstable (Sid)
section Main
name mopidy
version 2.0.0-2
description music server with support for MPD/HTTP clients
subsection sound
website mopidy.com
maintainer Stein Magnus Jodal

Uninstall mopidy

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

sudo apt-get remove mopidy

Uninstall mopidy and it’s dependent packages

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

sudo apt-get remove --auto-remove mopidy

Purging mopidy

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

sudo apt-get purge mopidy

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

sudo apt-get purge --auto-remove mopidy

 

Comments

comments