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.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to