Install ngrep
Installing ngrep package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ngrep
ngrep package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ngrep |
version | 1.45.ds2-13 |
description | grep for network traffic |
subsection | net |
website | ngrep.sf.net |
maintainer | Romain Francoise |
Uninstall ngrep
To remove just ngrep package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ngrep
Uninstall ngrep and it’s dependent packages
To remove the ngrep package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ngrep
Purging ngrep
If you also want to delete configuration and/or data files of ngrep from Debian Sid then this will work:
sudo apt-get purge ngrep
To delete configuration and/or data files of ngrep and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ngrep