How to Install and Uninstall net-snmp.x86_64 Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "net-snmp.x86_64" package

Learn how to install net-snmp.x86_64 on Oracle Linux 9

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

2. Uninstall "net-snmp.x86_64" package

Here is a brief guide to show you how to uninstall net-snmp.x86_64 on Oracle Linux 9:

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

3. Information about the net-snmp.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:51:20 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : net-snmp
Epoch : 1
Version : 5.9.1
Release : 11.0.3.el9_3.1
Architecture : x86_64
Size : 355 k
Source : net-snmp-5.9.1-11.0.3.el9_3.1.src.rpm
Repository : ol9_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.