Disable yum transaction check for file conflict

前端 未结 3 1100
夕颜
夕颜 2021-02-12 22:21

How do I disable yum transaction check for a file ?

Transaction check error:
  file /usr/local/xenco/backend/current from install of xenco-rr-1.9.6-104.x86_64 c         


        
3条回答
  •  情话喂你
    2021-02-12 23:04

    what i always do is remove the package that is on the right hand side. In your case it would be -

    yum remove xenco-server-1.9.6-104.x86_64
    

    yum remove <> can work with any package error, i have encountered many such transactions errors when working on vm on cloud, i always remove the package that causes conflicts and always has worked for me.

提交回复
热议问题