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