我试图升级rpcbind包,但失败了。
yum update rpcbind
Transaction check error:
package rpcbind-0.2.0-42.el7.x86_64 is already installed所以我试着重新安装这个软件包:
yum -d 0 -e 0 -y reinstall rpcbind
Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem
Protected multilib versions: rpcbind-0.2.0-42.el7.x86_64 != rpcbind-0.2.0-38.el7.x86_64如何强制yum重新安装rpcbind包?
发布于 2017-11-08 07:31:54
使用以下命令:
rpm -Uvh --replacefiles rpcbind-version.rpmhttps://unix.stackexchange.com/questions/403238
复制相似问题