yum 报错 Error performing checksum 解决方法
在自己创建yum源的时候,当执行yum 命令的时候会报 Error performing checksum 的错误
在rhel6以上的版本中repomd.xml 文件使用sha256作为hash算法, 而在rhel中默认使用的是sha做为hash算法
解决方法为使用新的sha1 来重建repo:
#createrepo -s sha1 /var/www/html/packages
在自己创建yum源的时候,当执行yum 命令的时候会报 Error performing checksum 的错误
在rhel6以上的版本中repomd.xml 文件使用sha256作为hash算法, 而在rhel中默认使用的是sha做为hash算法
解决方法为使用新的sha1 来重建repo:
#createrepo -s sha1 /var/www/html/packages
本文标题:yum 报错 Error performing checksu
本文链接:https://www.haomeiwen.com/subject/nokbkttx.html
网友评论