Disable yum transaction check for file conflict

前端 未结 3 1094
夕颜
夕颜 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:11

    This method worked for me, when I faced similar issue

    Simply get the existing package with below command

    rpm -qa | grep xenco
    

    Remove those conflicting package with

    yum remove packageNameFromTheList
    

提交回复
热议问题