Install libpulsedsp
Installing libpulsedsp package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libpulsedsp
libpulsedsp package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libpulsedsp |
version | 8.0-2 |
description | PulseAudio OSS pre-load library |
subsection | sound |
website | pulseaudio.org |
maintainer | Pulseaudio maintenance team |
Uninstall libpulsedsp
To remove just libpulsedsp package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libpulsedsp
Uninstall libpulsedsp and it’s dependent packages
To remove the libpulsedsp package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libpulsedsp
Purging libpulsedsp
If you also want to delete configuration and/or data files of libpulsedsp from Debian Sid then this will work:
sudo apt-get purge libpulsedsp
To delete configuration and/or data files of libpulsedsp and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libpulsedsp