Install projectm-pulseaudio
Installing projectm-pulseaudio package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install projectm-pulseaudio
projectm-pulseaudio package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | projectm-pulseaudio |
version | 2.1.0+dfsg-3+b1 |
description | projectM PulseAudio module |
subsection | sound |
website | projectm.sf.net |
maintainer | Debian Multimedia Maintainers |
Uninstall projectm-pulseaudio
To remove just projectm-pulseaudio package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove projectm-pulseaudio
Uninstall projectm-pulseaudio and it’s dependent packages
To remove the projectm-pulseaudio package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove projectm-pulseaudio
Purging projectm-pulseaudio
If you also want to delete configuration and/or data files of projectm-pulseaudio from Debian Sid then this will work:
sudo apt-get purge projectm-pulseaudio
To delete configuration and/or data files of projectm-pulseaudio and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove projectm-pulseaudio