net-snmp-config
NET-SNMP project
RUN apt-get update && \
apt-get install -y libsnmp15
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-devel-1
RUN apt-get update && \
apt-get install -y libsnmp-dev