Yum - DHCPパケットの競合

Yum - DHCPパケットの競合

Yumで次のエラーが発生します。

Transaction Check Error:
  file /usr/share/man/man5/dhcp-eval.5.gz from install of dhcp-common-12:4.1.1-53.P1.0.1.el6_9.1.x86_64 conflicts with file from package dhclient-12:4.1.1-12.P1.el6.x86_64
  file /usr/share/man/man5/dhcp-options.5.gz from install of dhcp-common-12:4.1.1-53.P1.0.1.el6_9.1.x86_64 conflicts with file from package dhclient-12:4.1.1-12.P1.el6.x86_64

ベストアンサー1

パッケージの競合があるようです。以下を試してください。

yum -y upgrade dhclient

次に、次を実行します。

yum -y install dhcp 

おすすめ記事