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