apt-get update 出现 “由于没有公钥,无法验证下列签名” 的...
Tofloor
poster avatar
ouzhou8866
deepin
2020-06-11 04:30
Author
获取:1 http://dl.google.com/linux/chrome/deb stable InRelease [1,811 B]
忽略:1 http://dl.google.com/linux/chrome/deb stable InRelease
命中:2 http://packages.deepin.com/deepin camel InRelease
命中:3 https://repo.skype.com/deb unstable InRelease
命中:4 https://download.sublimetext.com apt/stable/ InRelease
正在读取软件包列表... 完成   
N: 忽略‘sublime-text.list​’(于目录‘/etc/apt/sources.list.d/’),鉴于它的文件扩展名无效
W: GPG 错误:http://dl.google.com/linux/chrome/deb stable InRelease: 由于没有公钥,无法验证下列签名:
W: 仓库 “http://dl.google.com/linux/chrome/deb stable InRelease” 没有数字签名。
N: 无法认证来自该源的数据,所以使用它会带来潜在风险。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。

我的系统是 15.5 sp2 专业版,求救。我想装个sublime都装不了。

Reply Favorite View the author
All Replies
avatar
ouzhou8866
deepin
2020-06-11 05:09
#1
搜到别人的帖子,解决了。
下面这个操作一下就可以 update了
wget https://mirrors.aliyun.com/deepin/project/deepin-keyring.gpg
gpg --import deepin-keyring.gpg
sudo gpg --export --armor 209088E7 | sudo apt-key add -
sudo apt install dirmngr
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 提示中要输入的key
Reply View the author
avatar
echo2012
deepin
2020-09-28 04:23
#2
https://bbs.deepin.org/post/195817
搜到别人的帖子,解决了。
下面这个操作一下就可以 update了
wget https://mirrors.aliyun.com/deepin/proj ...

大神,提示中要输入的key  是啥
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-09-28 07:48
#3
这个不是sublime的问题,是Chrome问题。
Reply View the author