Plugin Install RHEL 7
Posted: Mon Oct 16, 2017 1:00 pm
cd /root <--------changed this to root because of security permissions issues, no big deal
wget https://dl.fedoraproject.org/pub/epel/e ... noarch.rpm <------------ runs correctly
rpm -ihv epel-release-latest-7.noarch.rpm <------------ error: Failed dependencies: epel-release conflicts with (installed) rs-epel-release-1.0-2.rs.el7.4.eus.noarch
subscription-manager repos --enable=rhel-7-server-optional-rpms <----- -bash: subscription-manager: command not found
yum install -y gcc glibc glibc-common make gettext automake autoconf wget openssl-devel net-snmp net-snmp-utils
yum install -y perl-Net-SNMP
Do I need to run this part or is there a different way to initially install the plugins? I don't even really know what this means.
wget https://dl.fedoraproject.org/pub/epel/e ... noarch.rpm <------------ runs correctly
rpm -ihv epel-release-latest-7.noarch.rpm <------------ error: Failed dependencies: epel-release conflicts with (installed) rs-epel-release-1.0-2.rs.el7.4.eus.noarch
subscription-manager repos --enable=rhel-7-server-optional-rpms <----- -bash: subscription-manager: command not found
yum install -y gcc glibc glibc-common make gettext automake autoconf wget openssl-devel net-snmp net-snmp-utils
yum install -y perl-Net-SNMP
Do I need to run this part or is there a different way to initially install the plugins? I don't even really know what this means.