Install mopidy-youtube
Installing mopidy-youtube package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mopidy-youtube
mopidy-youtube package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mopidy-youtube |
version | 2.0.0-2 |
description | Mopidy extension for playing music from YouTube |
subsection | sound |
website | github.com / dz0ny / mopidy-youtube |
maintainer | Stein Magnus Jodal |
Uninstall mopidy-youtube
To remove just mopidy-youtube package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mopidy-youtube
Uninstall mopidy-youtube and it’s dependent packages
To remove the mopidy-youtube package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mopidy-youtube
Purging mopidy-youtube
If you also want to delete configuration and/or data files of mopidy-youtube from Debian Sid then this will work:
sudo apt-get purge mopidy-youtube
To delete configuration and/or data files of mopidy-youtube and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mopidy-youtube