Install nas-bin
Installing nas-bin package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nas-bin
nas-bin package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nas-bin |
version | 1.9.4-4 |
description | Network Audio System – client binaries |
subsection | sound |
maintainer | Steve McIntyre |
Uninstall nas-bin
To remove just nas-bin package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nas-bin
Uninstall nas-bin and it’s dependent packages
To remove the nas-bin package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nas-bin
Purging nas-bin
If you also want to delete configuration and/or data files of nas-bin from Debian Sid then this will work:
sudo apt-get purge nas-bin
To delete configuration and/or data files of nas-bin and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nas-bin