Install netperfmeter
Installing netperfmeter package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install netperfmeter
netperfmeter package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | netperfmeter |
version | 1.2.3-1 |
description | Network Performance Meter |
subsection | net |
website | iem.uni-due.de / ~dreibh / netperfmeter / |
maintainer | Thomas Dreibholz |
Uninstall netperfmeter
To remove just netperfmeter package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove netperfmeter
Uninstall netperfmeter and it’s dependent packages
To remove the netperfmeter package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove netperfmeter
Purging netperfmeter
If you also want to delete configuration and/or data files of netperfmeter from Debian Sid then this will work:
sudo apt-get purge netperfmeter
To delete configuration and/or data files of netperfmeter and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove netperfmeter