yum install httpdはRedhat 6.5で利用可能なパッケージhttpdを返しません。

yum install httpdはRedhat 6.5で利用可能なパッケージhttpdを返しません。

まず、基本的な質問を説明します。

# 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にアクセスできないので、私が知っている限り、最善の方法はインストールする適切なリポジトリを追加することです。

ベストアンサー1

おすすめ記事