首页 > 系统服务 > 详细

archlinux downloading required keys

时间:2021-05-11 17:35:14      阅读:21      评论:0      收藏:0      [点我收藏+]

1.问题

  技术分享图片

 

 解决办法:

rm -R /etc/pacman.d/gnupg/
(if this dir exists) rm -R /root/.gnupg/
gpg --refresh-keys
pacman-key --init && pacman-key --populate
pacman-key --refreash-keys

2.ERROR: A specified local key could not be updated from a keyserver

    技术分享图片

解决办法:

1. 编辑 /etc/pacman.d/gnupg/gpg.conf
    新增 keyserver hkp://ipv4.pool.sks-keyservers.net:11371
2.初始化秘钥
    pacman-key --init
    pacman-key --populate archlinux
    pacman-key --refresh-keys

 

 

  

archlinux downloading required keys

原文:https://www.cnblogs.com/Geirge-ye/p/14754222.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!