GPG 错误(可信赖 14.04)

atg*_*963 7 apt gnupg

每次我尝试运行时,sudo apt-get update我都会在阅读包列表后得到以下信息:

W: GPG error: http://repos.codelite.org trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6856E1DB1AC82609.
Run Code Online (Sandbox Code Playgroud)

我到处寻找,在这里发现了一个相同的问题,但这个解决方案对我不起作用。

cam*_*onn 8

看起来您需要获取 CodeLite 开发人员密钥。

尝试手动添加密钥

sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc
Run Code Online (Sandbox Code Playgroud)

执行此操作后,请继续尝试重新安装您正在安装的软件包。

来源