Install smb-nat
Installing smb-nat package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install smb-nat
smb-nat package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | smb-nat |
version | 1:1.0-6 |
description | Netbios Auditing Tool |
subsection | admin |
website | tux.org / pub / security / secnet / tools / nat10 / |
maintainer | Javier Fernandez-Sanguino Peña |
Uninstall smb-nat
To remove just smb-nat package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove smb-nat
Uninstall smb-nat and it’s dependent packages
To remove the smb-nat package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove smb-nat
Purging smb-nat
If you also want to delete configuration and/or data files of smb-nat from Debian Sid then this will work:
sudo apt-get purge smb-nat
To delete configuration and/or data files of smb-nat and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove smb-nat