Install nethogs
Installing nethogs package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nethogs
nethogs package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nethogs |
version | 0.8.1-0.3 |
description | Net top tool grouping bandwidth per process |
subsection | net |
website | nethogs.sourceforge.net |
maintainer | Bart Martens |
Uninstall nethogs
To remove just nethogs package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nethogs
Uninstall nethogs and it’s dependent packages
To remove the nethogs package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nethogs
Purging nethogs
If you also want to delete configuration and/or data files of nethogs from Debian Sid then this will work:
sudo apt-get purge nethogs
To delete configuration and/or data files of nethogs and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nethogs