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