How to Install and Uninstall libsnmp-info-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "libsnmp-info-perl" package

This tutorial shows how to install libsnmp-info-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsnmp-info-perl

2. Uninstall "libsnmp-info-perl" package

This guide covers the steps necessary to uninstall libsnmp-info-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsnmp-info-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsnmp-info-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsnmp-info-perl
Priority: optional
Section: universe/perl
Installed-Size: 1888
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 3.31-1
Depends: perl, libsnmp-perl
Suggests: netdisco-mibs-installer
Filename: pool/universe/libs/libsnmp-info-perl/libsnmp-info-perl_3.31-1_all.deb
Size: 523328
MD5sum: b531f97ce884bc715354d39c4c1729d7
SHA1: 36644b7c7d98bb76feb799ea59e21e8eb6708657
SHA256: d1f21eb19104f023273f19fdb5491df6292b40296834182cda62d3521f36eb27
Description-en: 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.
Description-md5: cb7be57c3df4953327ca133605eacc30
Homepage: http://snmp-info.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu