当前位置: 首页 > news >正文

完美解决ubuntu:签名无效 KEYEXPIRED、EXPKEYSIG更新出bug

问题描述1:
在这里插入图片描述
解决方法:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 71A1D0EFCFEB6281FD0437C93D5919B448457EE0

再次更新:sudo apt-get update

在这里插入图片描述

问题描述2:

The following signatures were invalid: EXPKEYSIG F42ED6FBAB17C654 Open Robotics <info@osrfoundation.org>
The following signatures were invalid: EXPKEYSIG 3D5919B448457EE0 Bazel Developer (Bazel APT repository key) <bazel-dev@googlegroups.com>




解决方法:

apt list --upgradable
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F42ED6FBAB17C654
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3D5919B448457EE0
apt update


在这里插入图片描述

问题描述3:

apt update
Hit:1 http://mirrors.aliyun.com/ubuntu bionic InRelease
Hit:2 http://mirrors.aliyun.com/ubuntu bionic-updates InRelease                                          
Hit:3 http://mirrors.aliyun.com/ubuntu bionic-security InRelease                                         
Get:4 https://storage.googleapis.com/bazel-apt stable InRelease [2,256 B]          
Err:4 https://storage.googleapis.com/bazel-apt stable InRelease 
  The following signatures were invalid: EXPKEYSIG 3D5919B448457EE0 Bazel Developer (Bazel APT repository key) <bazel-dev@googlegroups.com>
Fetched 2,256 B in 1s (2,204 B/s)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
311 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://storage.googleapis.com/bazel-apt stable InRelease: The following signatures were invalid: EXPKEYSIG 3D5919B448457EE0 Bazel Developer (Bazel APT repository key) <bazel-dev@googlegroups.com>
W: Failed to fetch https://storage.googleapis.com/bazel-apt/dists/stable/InRelease  The following signatures were invalid: EXPKEYSIG 3D5919B448457EE0 Bazel Developer (Bazel APT repository key) <bazel-dev@googlegroups.com>
W: Some index files failed to download. They have been ignored, or old ones used instead.

解决方法:

curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
# Followed by
sudo apt-get update

参考资料:

https://github.com/bazelbuild/bazel/issues/5261
https://blog.csdn.net/weixin_32820767_index=4
https://github.com/bazelbuild/bazel/issues/5261#issuecomment-392044252

相关文章:

  • 北京网站建设多少钱?
  • 辽宁网页制作哪家好_网站建设
  • 高端品牌网站建设_汉中网站制作
  • 饕餮元年开发日记(四)
  • NLP模型笔记2022-19:知识图谱工具neo4j图数据库的安装与使用
  • NLP模型笔记2022-20:py2neo接口处理知识图谱neo4j实体
  • 饕餮元年开发日记(三)
  • NLP模型笔记2022-21:知识图谱neo4j指定方向实体(头实体、尾实体、头尾实体关系)
  • NLP模型笔记2022-22:知识图谱neo4j批量可视化
  • 饕餮元年开发日记(二)
  • NLP模型笔记2022-23:知识图谱neo4j可视化实体多关系属性【破案线索关系】
  • 饕餮元年开发日记(一)
  • NLP模型笔记2022-24:neo4j+py2neo 构建《中国优质电影及其演员》知识图谱
  • 我的饕餮元年获奖了!
  • 2004年6月29日
  • NLP模型笔记2022-25:neo4j+py2neo构建增值税电子普通发票知识图谱
  • NLP模型笔记2022-26:neo4j+py2neo知识图谱构建【中国各城市名与城市经纬度】(代码已开源)
  • NLP模型笔记2022-27:neo4j+py2neo知识图谱构建【添加城市经纬度】
  • $translatePartialLoader加载失败及解决方式
  • Android 初级面试者拾遗(前台界面篇)之 Activity 和 Fragment
  • Docker容器管理
  • go语言学习初探(一)
  • Hibernate最全面试题
  • java8 Stream Pipelines 浅析
  • Laravel 实践之路: 数据库迁移与数据填充
  • Linux后台研发超实用命令总结
  • Mocha测试初探
  • pdf文件如何在线转换为jpg图片
  • Rancher如何对接Ceph-RBD块存储
  • vue的全局变量和全局拦截请求器
  • 基于HAProxy的高性能缓存服务器nuster
  • 聚簇索引和非聚簇索引
  • 强力优化Rancher k8s中国区的使用体验
  • 使用Envoy 作Sidecar Proxy的微服务模式-4.Prometheus的指标收集
  • 限制Java线程池运行线程以及等待线程数量的策略
  • 再谈express与koa的对比
  • 中国人寿如何基于容器搭建金融PaaS云平台
  • 东超科技获得千万级Pre-A轮融资,投资方为中科创星 ...
  • 继 XDL 之后,阿里妈妈开源大规模分布式图表征学习框架 Euler ...
  • #pragam once 和 #ifndef 预编译头
  • #我与Java虚拟机的故事#连载01:人在JVM,身不由己
  • (01)ORB-SLAM2源码无死角解析-(56) 闭环线程→计算Sim3:理论推导(1)求解s,t
  • (10)工业界推荐系统-小红书推荐场景及内部实践【排序模型的特征】
  • (代码示例)使用setTimeout来延迟加载JS脚本文件
  • (第三期)书生大模型实战营——InternVL(冷笑话大师)部署微调实践
  • (七)微服务分布式云架构spring cloud - common-service 项目构建过程
  • (生成器)yield与(迭代器)generator
  • (十二)Flink Table API
  • (详细版)Vary: Scaling up the Vision Vocabulary for Large Vision-Language Models
  • (一)appium-desktop定位元素原理
  • (一)项目实践-利用Appdesigner制作目标跟踪仿真软件
  • (已解决)vue+element-ui实现个人中心,仿照原神
  • (译) 函数式 JS #1:简介
  • (原创)可支持最大高度的NestedScrollView
  • (状压dp)uva 10817 Headmaster's Headache
  • .ai域名是什么后缀?
  • .net core docker部署教程和细节问题
  • .NET Reactor简单使用教程