How to Install libsnmp-info-perl in Ubuntu 18.04



Install libsnmp-info-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libsnmp-info-perl

Description:

Object Oriented Perl5 Interface to Network devices and MIBs through SNMP

SNMP::Info gives an object oriented interface to information obtained through SNMP. . The idea behind this module is to give a common interface to data from network devices, leaving the device-specific hacks behind the scenes in subclasses. . The interface avoids use of OIDs in favour of methods representing leaf names, either for single values or tables represented as Perl hashes. . Information is grouped more logically than in the MIB trees. Adding support for new devices is easy, and takes little or no SNMP knowledge.

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

Version: 3.39-1

Section: universe/perl