How To Install net-snmp-gui.x86_64 on Amazon Linux 2

In this tutorial we learn how to install net-snmp-gui.x86_64 in Amazon Linux 2. net-snmp-gui.x86_64 is An interactive graphical MIB browser for SNMP

Introduction

In this tutorial we learn how to install net-snmp-gui.x86_64 on Amazon Linux 2.

What is net-snmp-gui.x86_64

The net-snmp-gui package contains tkmib utility, which is a graphical user interface for browsing the Message Information Bases (MIBs). It is also capable of sending or retrieving the SNMP management information to/from the remote agents interactively. Install the net-snmp-gui package, if you want to use this interactive utility.

We can use yum to install net-snmp-gui.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install net-snmp-gui.x86_64.

Install net-snmp-gui.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install net-snmp-gui.x86_64 using yum by running the following command:

sudo yum -y install net-snmp-gui.x86_64

How To Uninstall net-snmp-gui.x86_64 on Amazon Linux 2

To uninstall only the net-snmp-gui.x86_64 package we can use the following command:

sudo yum remove net-snmp-gui.x86_64

net-snmp-gui.x86_64 Package Contents on Amazon Linux 2

/usr/bin/tkmib
/usr/share/man/man1/tkmib.1.gz

References

Summary

In this tutorial we learn how to install net-snmp-gui.x86_64 on Amazon Linux 2 using yum.