Linux:R1Soft由于公共密钥不可用,因此无法验证以下签名

时间:2020-02-23 14:39:57  来源:igfitidea点击:

最近从R1Soft仓库获取此错误,试图在Debian Linux上运行" apt-get更新"吗?

Ign http://repo.r1soft.com stable Release
W: GPG error: http://repo.r1soft.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 39A4965166BD1D82

只需执行以下操作即可导入新密钥并摆脱此错误:

wget http://repo.r1soft.com/r1soft.asc
apt-key add r1soft.asc
apt-get update