While running
rpm -ihv *.rpm
you get the error message
cpio: MD5 sum mismatch on rpms ...
How to fix:
rpm --nomd5 -ihv *.rpm
Comments
Post new comment