Displaying 3 results from an estimated 3 matches for "hadoop1".
Did you mean:
hadoop
2015 Mar 24
5
can't do a yum install of apache C7
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 at hadoop1:/etc/yum.repos.d] #cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.0 (Maipo)
[root at hadoop1:/etc/yum.repos.d] #yum repolist
Loaded plugins: amazon-id, rhui-lb
repo id repo name
status
*...
2015 Mar 24
0
can't do a yum install of apache C7
...t;centos at centos.org>
> Subject: [CentOS] can't do a yum install of apache C7
>
> 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 at hadoop1:/etc/yum.repos.d] #cat /etc/redhat-release
> Red Hat Enterprise Linux Server release 7.0 (Maipo)
By the way, that's an RHEL-7, not CentOS-7 box -- which is why you
wouldn't have the centos repositories enabled.
- Richard
2015 Mar 24
0
can't do a yum install of apache C7
On 3/24/2015 2:59 PM, Tim Dunphy wrote:
> [root at hadoop1:/etc/yum.repos.d] #yum install httpd
> Loaded plugins: amazon-id, rhui-lb
> No package httpd available.
> Error: Nothing to do
its in the EL7 Base (and Updates) repositories, which seem to be
disabled on your system.
btw, I would NOT enable REMI, RPMFORGE *and* EPEL at the same time
un...