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