chrome 浏览器更新

ubuntu18

开了一下家里多年未开机的ubuntu18的电脑,发现有个报错

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://dl.google.com/linux/chrome/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 32EE5355A6BC6E42

W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 32EE5355A6BC6E42

W: Some index files failed to download. They have been ignored, or old ones used instead.

这个错误的原因是系统在更新软件源时,无法验证 Google Chrome 软件仓库的签名,因为缺少对应的 GPG 公钥。GPG 签名是用来确保软件包来自可信来源,防止被篡改,缺少公钥的话,系统无法确认仓库的合法性,所以拒绝更新该仓库,并使用旧的索引文件。

看起来是googlechrome的版本太久了,手动下载一个最新的。

sh 复制代码
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
相关推荐
有一个好名字10 小时前
工具即双手 —— 从 Bash 到 Tool Dispatch Map
开发语言·chrome·bash
IMPYLH11 小时前
Linux 的 test 命令
linux·运维·服务器·chrome·bash
有一个好名字15 小时前
Agent Loop —— 一切从那个 while 循环开始
前端·javascript·chrome
x-cmd16 小时前
agent-browser 源码分析(四):Chrome 进程管理与多 Backend
chrome·appium·进程管理·webdriver·agent-browser
Das119 小时前
通过命令行下载kaggle数据
前端·chrome
U盘失踪了2 天前
python curl转python脚本
开发语言·chrome·python
晓晨的博客2 天前
ROS1录制的bag包转换为ROS2格式
前端·chrome
love530love2 天前
如何在 Google Chrome 中强制开启 Gemini AI 侧边栏(完整图文教程)
前端·人工智能·chrome·windows
一乐小哥2 天前
坚持迭代一个 Chrome 插件半年后,我的同事问我:"这不是 Chrome 自带的功能吗?"
chrome·github·ai编程
架构源启3 天前
OpenClaw 只能手动写脚本?我用 Chrome 插件实现了“录制即生成“
前端·人工智能·chrome·自动化