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