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

Last updated: May 10,2024

1. Install "libsnmp-mib-compiler-perl" package

Please follow the guidance below to install libsnmp-mib-compiler-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsnmp-mib-compiler-perl

2. Uninstall "libsnmp-mib-compiler-perl" package

Please follow the guidance below to uninstall libsnmp-mib-compiler-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsnmp-mib-compiler-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libsnmp-mib-compiler-perl
Priority: optional
Section: universe/perl
Installed-Size: 222
Maintainer: Ubuntu Developers
Original-Maintainer: Deepak Tripathi
Architecture: all
Version: 0.06-2.1
Depends: perl
Filename: pool/universe/libs/libsnmp-mib-compiler-perl/libsnmp-mib-compiler-perl_0.06-2.1_all.deb
Size: 133996
MD5sum: 8bf78fceeeb3073dd32655edb766b0e9
SHA1: 4e1e7bc75fbdf2f0fd4de1d06401b80bda394531
SHA256: 59935bb0f71ce14a52560185e5a1d3e94ae5cb593c4e66d9e36873bc2854b297
Description-en: a MIB Compiler supporting SMIv1 and SMIv2
SNMP::MIB::Compiler is a MIB compiler that fully supports
both SMI(v1) and SMIv2. This module can be use to compile
MIBs (recursively or not) or load already compiled MIBs for
later use.
Some tasks can be performed by the resulting object such as :
.
resolution of object names into object identifiers (OIDs).
e.g. ifInOctets => 1.3.6.1.2.1.2.2.1.10
.
convertion of OIDs.
e.g. 1.3.6.1.2.1.2.1 =>
iso.org.dod.internet.mgmt.mib-2.interfaces.ifNumber
.
drawing MIB trees.
e.g. ifTestTable => ifTestTable
|
+-- --- ifTestEntry(1)
|
+-- -rw Integer ifTestId(1)
+-- -rw Integer ifTestStatus(2)
+-- -rw ObjectID ifTestType(3)
+-- -r- Integer ifTestResult(4)
+-- -r- ObjectID ifTestCode(5)
+-- -rw String ifTestOwner(6)
Description-md5: 8e7f41ce689c22ee2911efbeade64672
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu