我正在尝试在新的红帽服务器中安装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会更友好:)