运行

sudo apt-get update

报错

W: GPG error: http://ppa.launchpad.net/deadsnakes/ppa/ubuntu xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BA6932366A755776
W: The repository 'http://ppa.launchpad.net/deadsnakes/ppa/ubuntu xenial InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.

解决办法

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA6932366A755776

注意最后一串数字字母改成自己的那个失效的(报错信息里面的):NO_PUBKEY BA6932366A755776

运行结果如下:

joanna@joanna-System-Product-Name:~$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA6932366A755776
Executing: /tmp/tmp.ntHwsGlfhO/gpg.1.sh --keyserver
keyserver.ubuntu.com
--recv-keys
BA6932366A755776
gpg: requesting key 6A755776 from hkp server keyserver.ubuntu.com
gpg: key 6A755776: public key "Launchpad PPA for deadsnakes" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
joanna@joanna-System-Product-Name:~$ sudo apt-get update
Hit:1 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:2 http://linux.teamviewer.com/deb stable InRelease
Hit:3 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:4 http://cn.archive.ubuntu.com/ubuntu xenial InRelease
Hit:5 http://packages.ros.org/ros/ubuntu xenial InRelease
Get:6 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu xenial InRelease [18.1 kB]
Hit:7 http://cn.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:8 http://cn.archive.ubuntu.com/ubuntu xenial-backports InRelease
Ign:9 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64  InRelease
Hit:10 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu xenial InRelease
Hit:11 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64  Release
Ign:13 https://deepin-wine.i-m.dev  InRelease
Hit:14 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial InRelease
Get:15 https://deepin-wine.i-m.dev  Release [1,611 B]
Ign:16 https://deepin-wine.i-m.dev  Release.gpg
Fetched 19.7 kB in 2s (7,804 B/s)
Reading package lists... Done
joanna@joanna-System-Product-Name:~$ 

GPG 错误:http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease: 由于没有公钥,无法验证下列签名: NO_PUBKEY相关推荐

  1. sudo apt-get update出现W: GPG 错误:http://packages.ros.org/ros/ubuntu xenial InRelease: 由于没有公钥,无法验证下列签名:

    报错: W: GPG 错误:http://packages.ros.org/ros/ubuntu xenial InRelease: 由于没有公钥,无法验证下列签名: NO_PUBKEY F42ED6 ...

  2. 问题处理杂记:W: GPG 错误:http://ppa.launchpad.net/fossfreedom/indicator-sysmonitor/ubuntu xenial InRelease:

    在进行 sudo apt-get update时: 就会经常报错: 正在读取软件包列表- 完成 W: GPG 错误:http://ppa.launchpad.net/fossfreedom/indic ...

  3. ubuntu W: GPG 错误:http://ppa.launchpad.net/fossfreedom/indicator-sysmonitor/ubuntu xenial InRelease:

    在进行 sudo apt-get update时: 就会经常报错: 正在读取软件包列表- 完成 W: GPG 错误:http://ppa.launchpad.net/fossfreedom/indic ...

  4. W: 校验数字签名时出错。此仓库未被更新,所以仍然使用此前的索引文件。GPG 错误:http://packages.ros.org/ros/ubuntu xenial InRelease: 下列签名无

    W: 校验数字签名时出错.此仓库未被更新,所以仍然使用此前的索引文件.GPG 错误:http://packages.ros.org/ros/ubuntu xenial InRelease: 下列签名无 ...

  5. W: GPG 错误:http://nginx.org/packages/ubuntu bionic InRelease: 由于没有公钥,无法验证下列签名: NO_PUBKEY ABF5BD827BD9

    ubantu出现错误类型: W: GPG 错误:http://nginx.org/packages/ubuntu bionic InRelease: 由于没有公钥,无法验证下列签名: NO_PUBKE ...

  6. 错误:1 http://packages.ros.org/ros/ubuntu xenial InRelease 下列签名无效: KEYEXPIRED 1622248854

    错误:1 http://packages.ros.org/ros/ubuntu xenial InRelease 下列签名无效: KEYEXPIRED 1622248854 解决方法: sudo ap ...

  7. 仓库 “http://ppa.launchpad.net/chris-lea/node.js/ubuntu bionic Release”

    解决: sudo add-apt-repository --remove ppa:/chris-lea/node.js sudo apt-get update

  8. ubuntu apt update时W: GPG error http://ppa.launchpad.net lucid Release没有公钥无法验证NO_PUBKEY签名问题解决

    在安装更新时,即在运行命令行sudo apt-get update 或者运行更新管理器的时候,出现W: GPG 错误: W: GPG error: http://ppa.launchpad.net/o ...

  9. ubuntu报错:E: 仓库 “http://ppa.launchpad.net/docky-core/ppa/ubuntu bionic Release” 没有 Release 文件

    E: 仓库 "http://ppa.launchpad.net/docky-core/ppa/ubuntu bionic Release" 没有 Release 文件. 解决: s ...

最新文章

  1. java.lang.IllegalArgumentException和org.apache.catalina.LifecycleException
  2. 【组合数学】鸽巢原理 ( 鸽巢原理简单形式示例 4、5 )
  3. android 网易item广告,Android仿网易严选商品详情页
  4. 怎么找到python的文件_python – 如何找到文件所在的挂载点?
  5. java string类型时间比较大小吗_Java String类型时间比较大小
  6. 什么是程序中的数字指纹
  7. 学python电脑硬件_Python实现的读取电脑硬件信息功能示例
  8. 如何用c语言写一个简答的整人小程序
  9. NVIDIA GPU简史、命名规则及基础知识
  10. JZOJ4809. 【NOIP2016提高A组五校联考1】挖金矿
  11. metasploit的SET的Credential Harvester Attack Method
  12. vue实现下拉二级联动_Vue实现三级联动/多级联动/城市选择
  13. 为什么电脑运行越来越慢?解决方法又是什么呢?
  14. JS 面试问题: 手写 new
  15. 区块链技术以太坊简介
  16. FleaPHP 开发指南 - 2. FleaPHP 中的 MVC 模式
  17. 计算机专业二本可以考cfa,计算机专业的CFA考生的备考经验分享
  18. python怎样用函数求水仙花数_python求解水仙花数的方法
  19. 三种网站设计思维促进客户成交
  20. originPro2021(2)工作簿中添加新列且图中添加线

热门文章

  1. 教你如何设置视频封面,制作大片既视感
  2. 每月一书(202105):《原则》
  3. GBase 8s 事务管理
  4. EtherCAT 从站作参考时钟
  5. 中信银行太原分行“校园管家” 助力学费轻松缴纳
  6. 220v变12v初级线圈匝数_两款最简单的12V变220V逆变器
  7. (翻译)购物车模式(Shopping Cart)
  8. Tegra TK1安装Opencv1.0
  9. 最近使用抢土狗机器人被杀了 bot killed,过程分析,及解决办法。
  10. 笔记本变慢,CPU主频上不去的终极解决方案。