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