Operating System and Software
Problem
- Installation of
Perl-Net-SNMP
.
How to Fix
- The
Perl-Net-SNMP
package is shipped by EPEL repository, configure EPEL repository to install the package.
- For Rocky Linux 8.
- Enable the
codeready-builder-for-rhel-8-${ARCH}-rpms
repository.
# ARCH=$( /bin/arch )
# dnf config-manager --enable "codeready-builder-for-rhel-8-${ARCH}-rpms"
# yum install perl-Net-SNMP
- For CentOS 7.
# dnf config-manager --enable "rhel-*-optional-rpms"
# yum install perl-Net-SNMP
Origin of the Problem
-
In Rocky Linux 8 the package is available in the Code Ready Builder repository. This repository is required to build and run various packages in EPEL-8.
-
In CentOS 7 the package is available in the optional repository. This repository is required to build and run various packages in EPEL-7.