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