How to Install and Uninstall net-snmp.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "net-snmp.x86_64" package

This guide covers the steps necessary to install net-snmp.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "net-snmp.x86_64" package

Please follow the guidance below to uninstall net-snmp.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the net-snmp.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:12:50 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : net-snmp
Epoch : 1
Version : 5.9.1
Release : 11.el9_3.1
Architecture : x86_64
Size : 311 k
Source : net-snmp-5.9.1-11.el9_3.1.src.rpm
Repository : ubi-9-appstream-rpms
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.