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