How to Install libsnmp-dev in Ubuntu 18.04



Install libsnmp-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libsnmp-dev

Description:

SNMP (Simple Network Management Protocol) development files

The Simple Network Management Protocol (SNMP) provides a framework for the exchange of management information between agents (servers) and clients. . The Net-SNMP development files include the library headers, static libraries, and documentation needed for development of custom SNMP applications.

Homepage: http://net-snmp.sourceforge.net/

Version: 5.7.3+dfsg-1.8ubuntu3

Section: libdevel