27 Jan 2015 @ 9:13 AM 

While installing some package via yum, you can receive the error “Package mysql.noarch.rpm is not signed”.
It means you are using not official repositary.
To solve this problem, just add --nogpgcheck
Example
yum install mysql --nogpgcheck

Posted By: lvlind
Last Edit: 06 Oct 2016 @ 03:53 PM

EmailPermalinkComments Off on YUM Package is not signed
Tags