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