How to Install and Uninstall perl-Net-SNMP.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

1. Install "perl-Net-SNMP.noarch" package

Please follow the guidance below to install perl-Net-SNMP.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Net-SNMP.noarch

2. Uninstall "perl-Net-SNMP.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Net-SNMP.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Net-SNMP.noarch $ sudo dnf autoremove

3. Information about the perl-Net-SNMP.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:29:36 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Net-SNMP
Version : 6.0.1
Release : 31.el9
Architecture : noarch
Size : 98 k
Source : perl-Net-SNMP-6.0.1-31.el9.src.rpm
Repository : epel
Summary : Object oriented interface to SNMP
URL : https://metacpan.org/release/Net-SNMP
License : GPL+ or Artistic
Description : The Net::SNMP module implements an object oriented interface to the
: Simple Network Management Protocol. Perl applications can use the
: module to retrieve or update information on a remote host using the
: SNMP protocol. The module supports SNMP version-1, SNMP version-2c
: (Community-Based SNMPv2), and SNMP version-3. The Net::SNMP module
: assumes that the user has a basic understanding of the Simple Network
: Management Protocol and related network management concepts.