Transaction Check Error:
file /usr/share/man/man5/dhcp-eval.5.gz from install of dhcp-common-12:4.1.1-43.P1.el6.centos.1.i686 conflicts with file from package dhclient-12:4.1.1-12.P1.el6.i686
file /usr/share/man/man5/dhcp-options.5.gz from install of dhcp-common-12:4.1.1-43.P1.el6.centos.1.i686 conflicts with file from package dhclient-12:4.1.1-12.P1.el6.i686
Error Summary
-------------
找出要冲突的软件
[[email protected] /]# rpm -q dhclient --qf ‘%{NAME} %{VERSION} %{ARCH}‘
得到输出:
dhclient 4.1.1 i686
然后卸载掉冲突的i686包:
[[email protected] /]# rpm -e dhclient.i686
参考资料:http://www.111cn.net/sys/linux/47356.htm
时间: 2024-11-03 18:12:11