fbpx

Solutions

How to install perl-Net-SNMP?

by ,


We have by far the largest RPM repository with NGINX module packages and VMODs for Varnish. If you want to install NGINX, Varnish, and lots of useful performance/security software with smooth yum upgrades for production use, this is the repository for you.
Active subscription is required.

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.