Install nbtscan
Installing nbtscan package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nbtscan
nbtscan package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nbtscan |
version | 1.5.1-6 |
description | A program for scanning networks for NetBIOS name information |
subsection | net |
website | inetcat.net / software / nbtscan.html |
maintainer | Jochen Friedrich |
Uninstall nbtscan
To remove just nbtscan package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nbtscan
Uninstall nbtscan and it’s dependent packages
To remove the nbtscan package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nbtscan
Purging nbtscan
If you also want to delete configuration and/or data files of nbtscan from Debian Sid then this will work:
sudo apt-get purge nbtscan
To delete configuration and/or data files of nbtscan and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nbtscan