How to Install and Uninstall net-snmp.x86_64 Package on CentOS 8 / RHEL 8

Last updated: January 11,2025

1. Install "net-snmp.x86_64" package

This is a short guide on how to install net-snmp.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install net-snmp.x86_64

2. Uninstall "net-snmp.x86_64" package

Please follow the instructions below to uninstall net-snmp.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove net-snmp.x86_64 $ sudo dnf autoremove

3. Information about the net-snmp.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:15:06 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : net-snmp
Epoch : 1
Version : 5.8
Release : 18.el8_3.1
Architecture : x86_64
Size : 354 k
Source : net-snmp-5.8-18.el8_3.1.src.rpm
Repository : appstream
Summary : A collection of SNMP protocol tools and libraries
URL : http://net-snmp.sourceforge.net/
License : BSD
Description : SNMP (Simple Network Management Protocol) is a protocol used for
: network management. The NET-SNMP project includes various SNMP tools:
: an extensible agent, an SNMP library, tools for requesting or setting
: information from SNMP agents, tools for generating and handling SNMP
: traps, a version of the netstat command which uses SNMP, and a Tk/Perl
: mib browser. This package contains the snmpd and snmptrapd daemons,
: documentation, etc.
:
: You will probably also want to install the net-snmp-utils package,
: which contains NET-SNMP utilities.