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

前端之家收集整理的这篇文章主要介绍了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开始再次表现.
原文链接:https://www.f2er.com/linux/398195.html

猜你在找的Linux相关文章