[Seek Help] 这数字签名是什么?怎么导入呢?
Tofloor
poster avatar
xinaoshuijing
deepin
2021-08-13 16:02
Author

 

这怎么导入数字签名呢?

Reply Favorite View the author
All Replies
liwl
deepin
2021-08-13 16:12
#1

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 字符串

 

字符串就是你截图NO_PUBKEY后面的内容

Reply View the author
忘记、过去
deepin
2021-08-13 17:37
#2
wget https://d.store.deepinos.org.cn/dcs-repo.gpg-key.asc
apt-key add dcs-repo.gpg-key.asc

这是星火商店源的密钥,可能安装的时候没成功导致源无法使用。

Reply View the author
xinaoshuijing
deepin
2021-08-13 20:42
#3
liwl

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 字符串

 

字符串就是你截图NO_PUBKEY后面的内容

好了,谢谢啊!

Reply View the author