Install nttcp
Installing nttcp package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nttcp
nttcp package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | nttcp |
version | 1.47-13 |
description | New test TCP program |
subsection | net |
maintainer | Taku YASUI |
Uninstall nttcp
To remove just nttcp package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nttcp
Uninstall nttcp and it’s dependent packages
To remove the nttcp package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nttcp
Purging nttcp
If you also want to delete configuration and/or data files of nttcp from Debian Sid then this will work:
sudo apt-get purge nttcp
To delete configuration and/or data files of nttcp and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nttcp