Install netstat-nat
Installing netstat-nat package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install netstat-nat
netstat-nat package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | netstat-nat |
version | 1.4.10-3 |
description | tool that display NAT connections |
subsection | net |
website | tweegy.nl / projects / netstat-nat / |
maintainer | Gustavo Paniagua dos Santos |
Uninstall netstat-nat
To remove just netstat-nat package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove netstat-nat
Uninstall netstat-nat and it’s dependent packages
To remove the netstat-nat package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove netstat-nat
Purging netstat-nat
If you also want to delete configuration and/or data files of netstat-nat from Debian Sid then this will work:
sudo apt-get purge netstat-nat
To delete configuration and/or data files of netstat-nat and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove netstat-nat