Não consigo instalar awstats
na minha rhel7
aws
ec2
instance:
[root@ip-10-146-180-60 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.0 (Maipo)
[root@ip-10-146-180-60 ~]# rpm -ivh http://prdownloads.sourceforge.net/awstats/awstats-7.3-1.noarch.rpm
Retrieving http://prdownloads.sourceforge.net/awstats/awstats-7.3-1.noarch.rpm
error: Failed dependencies:
perl(LWP::UserAgent) is needed by awstats-7.3-1.noarch
[root@ip-10-146-180-60 ~]#
awstats-7.3-1.noarch.rpm
também procurava perl-Digest-MD5
( perl-Digest
é uma das dependências de perl-Digest-MD5
):
[root@ip-10-146-180-60 ~]# tail -2 /var/log/yum.log
Sep 16 21:46:39 Installed: perl-Digest-1.17-245.el7.noarch
Sep 16 21:46:39 Installed: perl-Digest-MD5-2.52-3.el7.x86_64
[root@ip-10-146-180-60 ~]#
Eu consegui instalá-los, mas não consigo encontrar perl(LWP::UserAgent)
para rhel7
.
[root@ip-10-146-180-60 ~]# yum --enablerepo=* list all | grep perl-LWP
perl-LWP-Authen-Negotiate.noarch
perl-LWP-MediaTypes.noarch 6.02-2.el7 rhui-REGION-rhel-server-releases
perl-LWP-Protocol-http10.noarch
perl-LWP-Protocol-https.noarch 6.04-4.el7 rhui-REGION-rhel-server-releases
[root@ip-10-146-180-60 ~]#
yum --enablerepo=* repolist
output:
[root@ip-10-146-180-60 ~]# yum --enablerepo=* repolist
Loaded plugins: amazon-id, rhui-lb
repo id repo name status
epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 5,618
epel-debuginfo/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 - Debug 1,328
epel-source/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 - Source 0
epel-testing/x86_64 Extra Packages for Enterprise Linux 7 - Testing - x86_64 523
epel-testing-debuginfo/x86_64 Extra Packages for Enterprise Linux 7 - Testing - x86_64 - Debug 104
epel-testing-source/x86_64 Extra Packages for Enterprise Linux 7 - Testing - x86_64 - Source 0
remi Les RPM de remi pour Enterprise Linux 7 - x86_64 1,424
remi-debuginfo/x86_64 Les RPM de remi pour Enterprise Linux 7 - x86_64 - debuginfo 494
remi-php55 Les RPM de remi de PHP 5.5 pour Enterprise Linux 7 - x86_64 233
remi-php55-debuginfo/x86_64 Les RPM de remi de PHP 5.5 pour Enterprise Linux 7 - x86_64 - debuginfo 138
remi-php56 Les RPM de remi de PHP 5.6 pour Enterprise Linux 7 - x86_64 237
remi-php56-debuginfo/x86_64 Les RPM de remi de PHP 5.6 pour Enterprise Linux 7 - x86_64 - debuginfo 141
remi-test Les RPM de remi en test pour Enterprise Linux 7 - x86_64 56
remi-test-debuginfo/x86_64 Les RPM de remi en test pour Enterprise Linux 7 - x86_64 - debuginfo 5
rhui-REGION-client-config-server-7/x86_64 Red Hat Update Infrastructure 2.0 Client Configuration Server 7 2
rhui-REGION-rhel-server-debug-extras/7Server/x86_64 Red Hat Enterprise Linux Server 7 Extra Debug (Debug RPMs) 4
rhui-REGION-rhel-server-debug-optional/7Server/x86_64 Red Hat Enterprise Linux Server 7 Optional Debug (Debug RPMs) 344
rhui-REGION-rhel-server-debug-rh-common/7Server/x86_64 Red Hat Enterprise Linux Server 7 RH Common Debug (Debug RPMs) 7
rhui-REGION-rhel-server-debug-rhscl/7Server/x86_64 Red Hat Enterprise Linux Server 7 RHSCL Debug (Debug RPMs) 98
rhui-REGION-rhel-server-debug-supplementary/7Server/x86_64 Red Hat Enterprise Linux Server 7 Supplementary Debug (Debug RPMs) 0
rhui-REGION-rhel-server-extras/7Server/x86_64 Red Hat Enterprise Linux Server 7 Extra(RPMs) 12
rhui-REGION-rhel-server-optional/7Server/x86_64 Red Hat Enterprise Linux Server 7 Optional (RPMs) 4,377
rhui-REGION-rhel-server-releases/7Server/x86_64 Red Hat Enterprise Linux Server 7 (RPMs) 4,753
rhui-REGION-rhel-server-releases-debug/7Server/x86_64 Red Hat Enterprise Linux Server 7 Debug (Debug RPMs) 2,040
rhui-REGION-rhel-server-releases-source/7Server/x86_64 Red Hat Enterprise Linux Server 7 (SRPMs) 0
rhui-REGION-rhel-server-rh-common/7Server/x86_64 Red Hat Enterprise Linux Server 7 RH Common (RPMs) 53
rhui-REGION-rhel-server-rhscl/7Server/x86_64 Red Hat Enterprise Linux Server 7 RHSCL (RPMs) 779
rhui-REGION-rhel-server-source-extras/7Server/x86_64 Red Hat Enterprise Linux Server 7 Extra (SRPMs) 12
rhui-REGION-rhel-server-source-optional/7Server/x86_64 Red Hat Enterprise Linux Server 7 Optional (SRPMs) 1,474
rhui-REGION-rhel-server-source-rh-common/7Server/x86_64 Red Hat Enterprise Linux Server 7 RH Common (SRPMs) 43
rhui-REGION-rhel-server-source-rhscl/7Server/x86_64 Red Hat Enterprise Linux Server 7 RHSCL (SRPMs) 424
rhui-REGION-rhel-server-source-supplementary/7Server/x86_64 Red Hat Enterprise Linux Server 7 Supplementary (SRPMs) 0
rhui-REGION-rhel-server-supplementary/7Server/x86_64 Red Hat Enterprise Linux Server 7 Supplementary (RPMs) 36
repolist: 24,759
[root@ip-10-146-180-60 ~]#
Já experimentei o Google, mas também não consegui encontrar ... alguma idéia de onde mais eu deveria procurá-lo?