yum install httpd 返回 No package httpd available on redhat 6.5

yum install httpd 返回 No package httpd available on redhat 6.5

首先我先说明一个基本问题:

# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.5 (Santiago)
#  yum --enablerepo=remi,remi-php55 install httpd
Loaded plugins: product-id, security, subscription-manager
Proxy connection failed: 407
Setting up Install Process
No package httpd available.
Error: Nothing to do
#  yum install httpd
Loaded plugins: product-id, security, subscription-manager
Proxy connection failed: 407
Setting up Install Process
No package httpd available.
Error: Nothing to do

我相信我的代理配置没有任何问题。不确定 407 错误。 yum 能够成功运行list packages并执行下载。

我已经尝试了很多事情,包括这个网站使用 remi repo 的建议: https://gist.github.com/mikestecker/9279520

我知道已经有其他类似的问题被问到,但我相信我的情况有所不同。

我无权访问安装 ISO,因此据我所知,前进的最佳方法是添加适当的存储库来进行安装。

相关内容