Hey all,
I'm logged into a CentOS 7 box and trying to install apache. Not having any luck, as it's not being found. Which is odd, because I have the right repos enabled:
[root@hadoop1:/etc/yum.repos.d] #cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.0 (Maipo)
[root@hadoop1:/etc/yum.repos.d] #yum repolist Loaded plugins: amazon-id, rhui-lb repo id repo name status *epel/x86_64* Extra Packages for Enterprise Linux 7 - x86_64 7,454 *remi * Les RPM de remi pour Enterprise Linux - x86_64 1,862 *remi-php56 * Les RPM de remi de PHP 5.6 pour Enterprise Linux 7 - x86_64 277 *rpmforge* RHEL 7Server - RPMforge.net - dag 245 *webtatic*/x86_64 Webtatic Repository EL7 - x86_64 325 repolist: 10,163
And when I go to install, this is what I find:
[root@hadoop1:/etc/yum.repos.d] #yum install httpd Loaded plugins: amazon-id, rhui-lb No package httpd available. Error: Nothing to do
Does anyone have any ideas why this is failing?
Thanks, Tim