Install netwag-doc
Installing netwag-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install netwag-doc
netwag-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | netwag-doc |
version | 5.39.0-1.2 |
description | documentation for netwag frontend |
subsection | doc |
website | ntwox.sourceforge.net |
maintainer | Bartosz Fenski |
Uninstall netwag-doc
To remove just netwag-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove netwag-doc
Uninstall netwag-doc and it’s dependent packages
To remove the netwag-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove netwag-doc
Purging netwag-doc
If you also want to delete configuration and/or data files of netwag-doc from Debian Sid then this will work:
sudo apt-get purge netwag-doc
To delete configuration and/or data files of netwag-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove netwag-doc