码迷,mamicode.com
首页 > 其他好文 > 详细

报错:Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7

时间:2020-01-06 21:22:17      阅读:243      评论:0      收藏:0      [点我收藏+]

标签:解决方案   目录   配置   使用   repo   找不到   存在   wget   告诉   

解决错误:Couldn‘t open file /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7

在使用yum install的时候,偶尔会碰见这样的错误:Couldn’t open file /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7

这是因为在你的 /etc/yum.repos.d 目录下有关于yum repository的配置文件中列有如下的GPG key:

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
1
这个配置告诉YUM,这个repository的GPG key存在于磁盘上。而当YUM在路径 /etc/pki/rpm-gpg 下找不到这个GPG key的时候,就会报如上的错误了。

解决方案:

cd /etc/pki/rpm-gpg
wget https://archive.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-7

报错:Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7

标签:解决方案   目录   配置   使用   repo   找不到   存在   wget   告诉   

原文地址:https://www.cnblogs.com/ronglianbing/p/12158312.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!