When the CentOS software is installed, the error Transaction check error... file... conflicts with file from package zzz is solved. centospackage
When installing CentOS software (for example, # yum install subversion), you may encounter the following errors:
Transaction check error: file/usr/lib64/libsvn_client-1.so.0.0.0 from install of subversion-1.8.11-1.x86_64 conflicts with file from package subversion-libs-1.7.14-7.el7_0.x86_64 file/usr/lib64/libsvn_delta-1.so.0.0.0 from install of subversion-1.8.11-1.x86_64 conflicts with file from package subversion-libs-1.7.14-7.el7_0.x86_64 file/usr/lib64/ libsvn_diff-1.so.0.0.0 from install of subversion-1.8.11-1.x86_64 conflicts with file from package subversion-libs-1.7.14-7.el7_0.x86_64 file/usr/lib64/libsvn_fs-1.so.0.0.0 from install of subversion-1.8.11-1.x86_64 conflicts with file from package subversion-libs-1.7.14-7.el7_0.x86_64 file/usr/lib64/libsvn_fs_base-1.so.0.0.0 from install of subversion-1.8.11-1.x86_64 conflicts with file from package subversion-libs-1.7.14-7.el7_0.x86_64 file/usr/lib64/libsvn_fs_fs-1.so.0.0.0 from install of subversion-1.8.11-1.x86_64 conflicts with file from package subversion-libs-1.7.14-7.el7_0.x86_64 file/usr/lib64/libsvn_fs_util-1.so.0.0.0 from install of subversion-1.8.11-1.x86_64 conflicts with file from package subversion-libs-1.7.14-7.el7_0.x86_64 file /usr/lib64/libsvn_ra-1.so.0.0.0 from install of subversion-1.8.11-1.x86_64 conflicts with file from package subversion-libs-1.7.14-7.el7_0.x86_64 file/usr/lib64/libsvn_ra_local-1.so.0.0.0 from install of subversion-1.8.11-1.x86_64 conflicts with file from package subversion-libs-1.7.14-7.el7_0.x86_64 file/usr/lib64/libsvn_ra_svn-1.so.0.0.0 from install of subversion-1.8.11-1.x86_64 conflicts with file from package subversion-libs-1.7.14-7.el7_0.x86_64 file/usr/lib64/libsvn_repos-1.so.0.0.0 from install of subversion-1.8.11-1.x86_64 conflicts with file from package subversion-libs-1.7.14-7.el7_0.x86_64 file/usr/lib64/libsvn_subr-1.so.0.0.0 from install of subversion-1.8.11-1.x86_64 conflicts file from package subversion-libs-1.7.14-7.el7_0.x86_64 file/usr/lib64/libsvn_wc-1.so.0.0.0 from install of subversion-1.8.11-1.x86_64 conflicts with file from package subversion-libs-1.7.14-7.el7_0.x86_64 error overview -------------
The solution is to delete an unwanted version:
# rpm -e subversion-libs-1.7.14-7.el7_0.x86_64
(For Original Articles, please note