net-snmp-create-v3-user
SNMP (Simple Network Management Protocol) development files
RUN apt-get update && \
apt-get install -y libsnmp-dev
RUN apt-get update && \
apt-get install -y libsnmp-dev
RUN apk add net-snmp
RUN pacman -S --noconfirm net-snmp
RUN apt-get update && \
apt-get install -y libsnmp-dev
RUN dnf install -y net-snmp-1
RUN apt-get update && \
apt-get install -y libsnmp-dev