Install netexpect
Installing netexpect package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install netexpect
netexpect package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | netexpect |
version | 0.22-2 |
description | Network Expect, a framework for manipulating network packets |
subsection | net |
website | netexpect.org |
maintainer | Eloy Paris |
Uninstall netexpect
To remove just netexpect package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove netexpect
Uninstall netexpect and it’s dependent packages
To remove the netexpect package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove netexpect
Purging netexpect
If you also want to delete configuration and/or data files of netexpect from Debian Sid then this will work:
sudo apt-get purge netexpect
To delete configuration and/or data files of netexpect and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove netexpect