Install pulseaudio-dlna
Installing pulseaudio-dlna package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pulseaudio-dlna
pulseaudio-dlna package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pulseaudio-dlna |
version | 0.5.2-1 |
description | Stream audio to DLNA devices and Chromecasts |
subsection | sound |
website | github.com / masmu / pulseaudio-dlna |
maintainer | Muammar El Khatib |
Uninstall pulseaudio-dlna
To remove just pulseaudio-dlna package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pulseaudio-dlna
Uninstall pulseaudio-dlna and it’s dependent packages
To remove the pulseaudio-dlna package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pulseaudio-dlna
Purging pulseaudio-dlna
If you also want to delete configuration and/or data files of pulseaudio-dlna from Debian Sid then this will work:
sudo apt-get purge pulseaudio-dlna
To delete configuration and/or data files of pulseaudio-dlna and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pulseaudio-dlna