net-snmp-config

NET-SNMP project

Debian Debian
RUN apt-get update && \ apt-get install -y libsnmp15
Ubuntu
RUN apt-get update && \ apt-get install -y libsnmp-dev
Alpine
RUN apk add net-snmp
Arch Arch Linux
RUN pacman -S --noconfirm net-snmp
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libsnmp-dev
Fedora
RUN dnf install -y net-snmp-devel-1
Raspbian
RUN apt-get update && \ apt-get install -y libsnmp-dev
click the source code to copy install net-snmp-config on any operating system with command-not-found.com