![ddebs.ubuntu.com 有什麼問題](https://rvso.com/image/1070307/ddebs.ubuntu.com%20%E6%9C%89%E4%BB%80%E9%BA%BC%E5%95%8F%E9%A1%8C.png)
是不是有什麼不該過期的東西?
我在 Ubuntu 20.10 安裝上使用調試符號,現在運行命令時得到這個apt-get update
。
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used.
GPG error: http://ddebs.ubuntu.com groovy Release: The following signatures were invalid:
EXPKEYSIG C8CAB6595FDFF622 Ubuntu Debug Symbol Archive Automatic Signing Key (2016) <[email protected]>
答案1
這是當前的錯誤,請參閱此處以了解資訊和解決方法: https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyring/+bug/1920640/comments/3
引用上面的帖子,運行:
$ sudo wget -O- http://ddebs.ubuntu.com/dbgsym-release-key.asc | sudo apt-key add - $ sudo apt update
答案2
您必須遵循https://wiki.ubuntu.com/Debug%20Symbol%20Packages恰恰。
您可能錯過了以下步驟:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F2EDC64DC5AEE1F6B9C621F0C8CAB6595FDFF622
然後跑sudo apt update
。