snmpd

SNMP (Simple Network Management Protocol) agents

Debian Debian
RUN apt-get update && \ apt-get install -y snmpd
Ubuntu
RUN apt-get update && \ apt-get install -y snmpd
Arch Arch Linux
RUN pacman -S --noconfirm snmpd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y snmpd
CentOS
RUN yum install -y snmpd
Fedora
RUN dnf install -y snmpd
Raspbian
RUN apt-get update && \ apt-get install -y snmpd
click the source code to copy install snmpd on any operating system with command-not-found.com