【求助】遇到密钥问题,不知道是一个问题还是一堆问题.....
Tofloor
poster avatar
mal1029
deepin
2020-10-11 07:12
Author

信息如下,搜索了一遍,完全没有头绪。
  1. gpg: 密钥区块资源‘(null)’:一般错误
  2. gpg: key 7721F63BD38B4796: 2 个签名因密钥遗失而未被检查
  3. gpg: key DC30D7C23CBBABEE: 4 个签名因密钥遗失而未被检查
  4. gpg: key 4DFAB270CAA96DFA: 4 个签名因密钥遗失而未被检查
  5. gpg: key DCC9EFBF77E11517: 2 个签名因密钥遗失而未被检查
  6. gpg: key 7638D0442B90D010: 4 个签名因密钥遗失而未被检查
  7. gpg: key 9D6D8F6BC857C906: 4 个签名因密钥遗失而未被检查
  8. gpg: key CBF8D6FD518E17E1: 2 个签名因密钥遗失而未被检查
  9. gpg: key E0B11894F66AEC98: 5 个签名因密钥遗失而未被检查
  10. gpg: key EDA0D2388AE22BA9: 5 个签名因密钥遗失而未被检查
  11. gpg: key EF0F382A1A7B6500: 2 个签名因密钥遗失而未被检查
  12. gpg: key 61508B60C33A8925: 1 个签名因密钥遗失而未被检查
  13. gpg: 处理的总数:23
  14. gpg:       已跳过的新密钥:23
  15. Could not parse file "/usr/share/applications/screensavers/glitchpeg.desktop": Key file contains line ?several times a second.  After a while, finds a new image to corrupt. Written by Jamie Zawinski; 2018.? which is not a key-value pair, group, or comment
Copy the Code


Reply Favorite View the author
All Replies
jingle
deepin
2020-10-11 07:43
#1
你自己加了什么ppa
Reply View the author
mal1029
deepin
2020-10-11 23:58
#2
https://bbs.deepin.org/post/203637
你自己加了什么ppa

应该没有叫。ppa是ubantu的吧。我对这个比较反感。
Reply View the author
mal1029
deepin
2020-10-16 01:31
#3
https://bbs.deepin.org/post/203637
你自己加了什么ppa

没有加PPA源。
Reply View the author
jingle
deepin
2020-10-16 02:49
#4

那如何出现的 做什么操作?
Reply View the author
mal1029
deepin
2020-10-16 03:01
#5
安装wine,添加密匙 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 76F1A20FF987672F

刚好看到Github上 UOS 上有同一问题:https://github.com/linuxdeepin/developer-center/issues/1860

Reply View the author
mal1029
deepin
2020-10-16 03:06
#6
我用的命令是:
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
Reply View the author
mal1029
deepin
2020-10-16 03:10
#7
update时,出现:
  1. W: GPG 错误:https://dl.winehq.org/wine-builds/debian buster InRelease: 由于没有公钥,无法验证下列签名: NO_PUBKEY 76F1A20FF987672F
  2. E: 仓库 “https://dl.winehq.org/wine-builds/debian buster InRelease” 没有数字签名。
Copy the Code
Reply View the author
mal1029
deepin
2020-10-16 04:07
#8
https://bbs.deepin.org/post/203637
那如何出现的 做什么操作?

我按照那个帖子,把错误信息中的gpg文件删除,解决了问题。
  1. gpg: invalid key resource URL '/etc/apt/trusted.gpg.d/home:Alexx2000.gpg'
  2. gpg: 密钥区块资源‘(null)’:一般错误
Copy the Code

但是轮到被删除密匙的源没有密匙了。
Reply View the author