在使用yum install dotnet-sdk-2.2
命令安装.NET Core SDK 时出现下面的警告,请问这是什么问题?
试试 https://codingbee.net/uncategorized/yum-error-public-key-for-rpm-is-not-installed 中的解决方法:
$ cd /etc/pki/rpm-gpg
$ wget -O http://yum.theforeman.org/releases/1.8/RPM-GPG-KEY-foreman
$ rpm --import RPM-GPG-KEY-foreman
$ rpm -qa gpg*
按照这篇文章中的第一种解决办法:禁用RPM签名检查后还是不行,http://www.sysadminshare.com/2012/08/public-key-for-rpm-is-not-installed-how.html
– 毕殿卿 5年前