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