当前位置:网站首页>错误:无法远程查找到密钥 “428F7ECC7117F726“
错误:无法远程查找到密钥 “428F7ECC7117F726“
2022-04-23 14:10:00 【世宝宝】
这是使用pacman更新时遇到的问题
应该是密钥服务器无法连接导致的,执行以下命令找到一个可连接的服务器
pacman-key --refresh-keys --keyserver hkp://keyserver.kjsl.com:80
pacman-key --refresh-keys --keyserver hkp://pgp.mit.edu:11371
pacman-key --refresh-keys --keyserver hkp://ipv4.pool.sks-keyservers.net:11371
将可连接的服务器按以下格式添加到文件/etc/pacman.d/gnupg/gpg.conf中
keyserver hkp://pgp.mit.edu:11371
重新初始化
pacman-key --init
pacman-key --populate archlinux
pacman-key --refresh-keys
看运气吧。
版权声明
本文为[世宝宝]所创,转载请带上原文链接,感谢
https://blog.csdn.net/0210/article/details/118991075
边栏推荐
猜你喜欢
RecyclerView进阶使用-实现仿支付宝菜单编辑页面拖拽功能
Operation instructions of star boundary automatic text translator (advanced version)
什么是云迁移?云迁移的四种模式分别是?
字节面试编程题:最小的K个数
VMWare安装64位XP中文教程
Thread group ThreadGroup uses introduction + custom thread factory class to implement threadfactory interface
ThreadGroup ThreadGroup implémente l'interface threadfactory en utilisant la classe Introduction + Custom thread Factory
Storage path of mod subscribed by starbound Creative Workshop at Star boundary
在MAC上安装mysql
星界边境Starbound创意工坊订阅的mod的存放路径
随机推荐
JDBC details
操作系统常见面试题目:
Wechat applet communicates with low-power Bluetooth - sending data to hardware (III)
使用开源调研工具Prophet是一种什么体验?
MYSQL一种分表实现方案及InnoDB、MyISAM、MRG_MYISAM等各种引擎应用场景介绍
ThreadGroup ThreadGroup implémente l'interface threadfactory en utilisant la classe Introduction + Custom thread Factory
帆软分割求解:一段字符串,只取其中某个字符(所需要的字段)
线程间控制之CountDownLatch和CyclicBarrier使用介绍
HyperMotion云迁移完成阿里云专有云产品生态集成认证
mysql锁数据库锁
Recyclerview advanced use (I) - simple implementation of sideslip deletion
连接公司跳板机取别名
在Clion中给主函数传入外部参数
Request module
Recyclerview advanced use (II) - simple implementation of vertical drag and drop sorting
MySQL数据库讲解(七)
时间复杂度计算举例
js 格式化时间
jsp学习1
std::map 和 std::vector 内存释放