Fresh Red Hat Enterprise Linux无法使用yum安装httpd

我正在尝试在新的红帽服务器中安装LAMP堆栈,但是yum行为不端.作为 Linux的文盲我不知所措.
$yum install httpd
Loaded plugins: security
Setting up Install Process
No package httpd available.
nothing to do

我的yum配置

$cat /etc/yum.conf
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1 

# Note: yum-RHN-plugin doesn't honor this.
Metadata_expire=1h

# Default.
# installonly_limit = 3

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d

yum.repos.d目录中的其他内容

$ls -lah /etc/yum.repos.d/
total 12K
drwxr-xr-x  2 root root 4.0K Feb  4 01:15 .
drwxr-xr-x 59 root root 4.0K Feb  4 01:28 ..
-rw-r--r--  1 root root  561 Mar 10  2010 rhel-debuginfo.repo

会发生什么事?我认为“开箱即用”RHEL5.5会更友好:)

解决方法

我想到了.由于此服务器是使用云中的图像自动创建的,因此从未在红帽网络中注册.在这之后,yum开始再次表现.

相关文章

在Linux上编写运行C语言程序,经常会遇到程序崩溃、卡死等异...
git使用小结很多人可能和我一样,起初对git是一无所知的。我...
1. 操作系统环境、安装包准备 宿主机:Max OSX 10.10.5 虚拟...
因为业务系统需求,需要对web服务作nginx代理,在不断的尝试...
Linux模块机制浅析 Linux允许用户通过插入模块,实现干预内核...
一、Hadoop HA的Web页面访问 Hadoop开启HA后,会同时存在两个...