On 8/2/19 12:54 PM, cen wrote:
error: unpacking of archive failed on file /usr/lib/python2.7/site-packages/backports.ssl_match_hostname-3.5.0.1-py2.7.egg-info: cpio: File from package already exists as a directory in system
tips?
rpm -qf /usr/lib/python2.7/site-packages/backports.ssl_match_hostname-3.5.0.1-py2.7.egg-info
I expect you will find that no package owns that directory. That could be a packaging bug: an earlier version of rlottie owned the content of that directory but not the directory itself. The new package owns the directory. If that's the case, I think you'd need to remove the old package and remove that directory, and then install the new package.