当前位置:网站首页>Error: unable to find remote key "17f718f726"“
Error: unable to find remote key "17f718f726"“
2022-04-23 15:05:00 【Shibao】
This is the use of pacman Problems encountered while updating
It should be caused by the inability of the key server to connect , Execute the following command to find a connectable server
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
Add connectable servers to the file in the following format /etc/pacman.d/gnupg/gpg.conf in
keyserver hkp://pgp.mit.edu:11371
Reinitialize
pacman-key --init
pacman-key --populate archlinux
pacman-key --refresh-keys
Take your luck .
Reference resources :https://bbs.archlinux.org/viewtopic.php?id=226770
版权声明
本文为[Shibao]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231408547348.html
边栏推荐
猜你喜欢
免费在upic中设置OneDrive或Google Drive作为图床
QT Detailed explanation of pro file
Programming philosophy - automatic loading, dependency injection and control inversion
Detailed explanation of C language knowledge points -- first understanding of C language [1] - vs2022 debugging skills and code practice [1]
Set up an AI team in the game world and start the super parametric multi-agent "chaos fight"
8.4 realization of recurrent neural network from zero
每日一题-LeetCode396-旋转函数-递推
Detailed comparison between asemi three-phase rectifier bridge and single-phase rectifier bridge
How to design a good API interface?
Explanation and example application of the principle of logistic regression in machine learning
随机推荐
Provided by Chengdu control panel design_ It's detailed_ Introduction to the definition, compilation and quotation of single chip microcomputer program header file
Don't you know the usage scenario of the responsibility chain model?
1n5408-asemi rectifier diode
asp. Net method of sending mail using mailmessage
eolink 如何助力遠程辦公
我的 Raspberry Pi Zero 2W 折腾笔记,记录一些遇到的问题和解决办法
LeetCode149-直线上最多的点数-数学-哈希表
The life cycle of key value in redis module programming
Brute force of DVWA low -- > High
2-Go变量操作
Svn detailed use tutorial
C语言超全学习路线(收藏让你少走弯路)
UML project example -- UML diagram description of tiktok
Three uses of kprobe
go基础 反射
Introduction to Arduino for esp8266 serial port function
脏读、不可重复读和幻读介绍
分享 20 个不容错过的 ES6 的技巧
js——實現點擊複制功能
Redis master-slave synchronization