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
Active subscription is required.
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.
- 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.