Install nast
Installing nast package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nast
nast package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nast |
version | 0.2.0-6 |
description | packet sniffer and lan analyzer |
subsection | net |
website | nast.berlios.de |
maintainer | Ryan Niebur |
Uninstall nast
To remove just nast package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nast
Uninstall nast and it’s dependent packages
To remove the nast package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nast
Purging nast
If you also want to delete configuration and/or data files of nast from Debian Sid then this will work:
sudo apt-get purge nast
To delete configuration and/or data files of nast and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nast