【发布时间】:2019-08-30 09:54:09
【问题描述】:
我正在尝试在 RHEL7 上安装 RPM 包。 我收到以下错误;
Fri Aug 30 05:36:55 UTC 2019--> Start Installing downloaded package...
file /etc/rc.d from install of abc.x86_64 conflicts with file from package chkconfig-1.7.4-1.el7.x86_64
file /etc/rc.d/init.d from install of abc.x86_64 conflicts with file from package chkconfig-1.7.4-1.el7.x86_64
file /etc/rc.d from install of abc.x86_64 conflicts with file from package initscripts-9.49.47-1.el7.x86_64
file /etc/rc.d/init.d from install of abc.x86_64 conflicts with file from package initscripts-9.49.47-1.el7.x86_64
file /usr/lib/systemd/system from install of abc.x86_64 conflicts with file from package systemd-219-67.el7_7.1.x86_64
file /usr/lib/systemd from install of abc.x86_64 conflicts with file from package systemd-219-67.el7_7.1.x86_64
这个错误的真正含义是什么?
这是否意味着不允许 RPM abc 对 /etc/rc.d 或 chkconfig-1.7.4-1.el7.x86_64 进行任何更改是冲突包?
【问题讨论】: