apt-get update出现问题的解决方案
运行apt-get update的时候出现以下错误:W: GPG error: https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/ubuntu bionic InRelease: The following signatures couldn’t be verified because the public key is not avai..
·
平台:Ubuntu16.04
问题描述:运行apt-get update的时候出现以下错误:
W: GPG error: https://mirrors.tuna.tsinghua.edu.cn/docker-ce/linux/ubuntu bionic InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 6EA0A7C3F346FCD4 NO_PUBKEY 8EB9A7C3F346FCD3
解决方案:
向Ubuntu服务器添加秘钥,运行以下命令,
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 6EA0A7C3F346FCD4
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 8EB9A7C3F346FCD3
备注:其中命令后面跟的秘钥根据出现问题提示的秘钥进行替换即可,很多类似的apt-get update出现的问题都可以用此命令解决,不一定非要报错语句一模一样。
更多推荐
已为社区贡献1条内容
所有评论(0)