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