Install snmp
Installing snmp package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install snmp
snmp package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | snmp |
version | 5.7.3+dfsg-1.3 |
description | SNMP (Simple Network Management Protocol) applications |
subsection | net |
website | net-snmp.sourceforge.net |
maintainer | Net-SNMP Packaging Team |
Uninstall snmp
To remove just snmp package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove snmp
Uninstall snmp and it’s dependent packages
To remove the snmp package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove snmp
Purging snmp
If you also want to delete configuration and/or data files of snmp from Debian Sid then this will work:
sudo apt-get purge snmp
To delete configuration and/or data files of snmp and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove snmp