[Repository/Mirror] 由于没有公钥,无法验证下列签名
Tofloor
poster avatar
jin3721jin
deepin
2022-03-23 20:46
Author

使用 sudo apt update 有些仓库提示没有公钥(下图),怎么解决

image.png

Reply Favorite View the author
All Replies
myml
Super Moderator
Developer
2022-03-23 21:08
#1

可以用 grep -r 'mysql' /etc/apt/ 找到这个源的配置文件

Reply View the author
2023开始学习
deepin
2022-03-23 21:19
#2

把后面那一串字符拷贝一下来,并在[终端]里输入以下命令并加上字符即可!

sudo apt-key adv --recv-keys --keyserver keyserver.Ubuntu.com AB1asdddsad7C654

Reply View the author
神末shenmo
deepin
Spark-App
Q&A Team
2022-03-23 21:41
#3

自己装的mysql

Reply View the author
jin3721jin
deepin
2022-03-25 21:28
#4
2023开始学习

把后面那一串字符拷贝一下来,并在[终端]里输入以下命令并加上字符即可!

sudo apt-key adv --recv-keys --keyserver keyserver.Ubuntu.com AB1asdddsad7C654

成功解决👍

Reply View the author