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 

관련 정보