我想在RHEL7上安装安全网关客户端,但收到以下错误:
ibm-securegateway-client-1.6.1-2.x86_64安装中的file /与包filesystem-3.2-20.el7.x86_64中的file冲突
[root@vm24x50 ibm_stuff]# rpm -ivf ibm-securegateway-client-1.6.1+client_x86_64.rpm
Preparing packages...
file / from install of ibm-securegateway-client-1.6.1-2.x86_64 conflicts with file from package filesystem-3.2-20.el7.x86_64你知道我该怎么解决这个问题吗?谢谢
发布于 2017-02-02 22:26:49
在RHEL7上安装安全网关客户端时,必须在安装命令中提供--force选项。在RHEL上安装的文档可以在here中找到。
https://stackoverflow.com/questions/41956457
复制相似问题