Site icon GetPageSpeed

How to install perl-Net-SNMP?

Operating System and Software

  • Rocky Linux 8.
  • CentOS 7.

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.
  1. 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
  1. 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.
Exit mobile version